mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 06:53:01 +02:00
create recording folders on start
This commit is contained in:
parent
bc2f18bce3
commit
91aab66857
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ namespace MediaBrowser.Server.Implementations.LiveTv.EmbyTV
|
|||
_timerProvider.RestartTimers();
|
||||
|
||||
SystemEvents.PowerModeChanged += SystemEvents_PowerModeChanged;
|
||||
CreateRecordingFolders();
|
||||
}
|
||||
|
||||
private void OnRecordingFoldersChanged()
|
||||
|
|
|
|||
Loading…
Reference in a new issue