mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-07 10:14:14 -04:00
Merge pull request #1517 from MediaBrowser/dev
fix live tv auto-organize
This commit is contained in:
commit
def6bd6a6b
@ -920,6 +920,10 @@ namespace MediaBrowser.Server.Implementations.LiveTv.EmbyTV
|
||||
{
|
||||
if (recording.IsSeries)
|
||||
{
|
||||
// this is to account for the library monitor holding a lock for additional time after the change is complete.
|
||||
// ideally this shouldn't be hard-coded
|
||||
await Task.Delay(30000).ConfigureAwait(false);
|
||||
|
||||
try
|
||||
{
|
||||
var organize = new EpisodeFileOrganizer(_organizationService, _config, _fileSystem, _logger, _libraryManager, _libraryMonitor, _providerManager);
|
||||
|
Loading…
x
Reference in New Issue
Block a user