mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-29 05:16:30 +01:00
fix SA1513/SA1516
This commit is contained in:
@@ -401,6 +401,7 @@ namespace Emby.Server.Implementations.Playlists
|
||||
{
|
||||
entry.Duration = TimeSpan.FromTicks(child.RunTimeTicks.Value);
|
||||
}
|
||||
|
||||
playlist.PlaylistEntries.Add(entry);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user