Skip to content

Commit

Permalink
create recording folders on start
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti committed May 23, 2016
1 parent d57f14b commit 22709d4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public void Start()
_timerProvider.RestartTimers();

SystemEvents.PowerModeChanged += SystemEvents_PowerModeChanged;
CreateRecordingFolders();
}

private void OnRecordingFoldersChanged()
Expand Down

0 comments on commit 22709d4

Please sign in to comment.