mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +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