mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-17 22:26:53 +01:00
@@ -621,6 +621,11 @@ namespace MediaBrowser.Providers.MediaInfo
|
||||
|
||||
long dummyChapterDuration = TimeSpan.FromSeconds(_config.Configuration.DummyChapterDuration).Ticks;
|
||||
|
||||
if (runtime <= 0)
|
||||
{
|
||||
return [];
|
||||
}
|
||||
|
||||
int chapterCount = Math.Max(1, (int)(runtime / dummyChapterDuration));
|
||||
var chapters = new ChapterInfo[chapterCount];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user