Remove redundant casts

This commit is contained in:
Stepan Goremykin
2023-04-06 18:46:28 +02:00
parent 26958162d0
commit 7d7e177265
5 changed files with 8 additions and 8 deletions

View File

@@ -430,7 +430,7 @@ namespace MediaBrowser.Model.Dlna
return totalBitrate.HasValue ?
Convert.ToInt64(totalBitrate.Value * totalSeconds) :
(long?)null;
null;
}
return null;