mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-13 19:20:23 +01:00
Remove redundant casts
This commit is contained in:
@@ -430,7 +430,7 @@ namespace MediaBrowser.Model.Dlna
|
||||
|
||||
return totalBitrate.HasValue ?
|
||||
Convert.ToInt64(totalBitrate.Value * totalSeconds) :
|
||||
(long?)null;
|
||||
null;
|
||||
}
|
||||
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user