mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
support ac3 audio in edge browser
This commit is contained in:
@@ -62,7 +62,7 @@ namespace MediaBrowser.Common.ScheduledTasks
|
||||
}
|
||||
else
|
||||
{
|
||||
triggerDate = DateTime.UtcNow.AddSeconds(10);
|
||||
triggerDate = DateTime.UtcNow.AddMinutes(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user