mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-06 22:32:57 +01:00
Remove more and more warnings
This commit is contained in:
@@ -135,7 +135,7 @@ namespace MediaBrowser.Providers.Manager
|
||||
{
|
||||
if (replaceData || !target.RunTimeTicks.HasValue)
|
||||
{
|
||||
if (!(target is Audio) && !(target is Video))
|
||||
if (target is not Audio && target is not Video)
|
||||
{
|
||||
target.RunTimeTicks = source.RunTimeTicks;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user