mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
Remove unused code...
This commit is contained in:
@@ -147,7 +147,7 @@ namespace MediaBrowser.Common.IO
|
||||
BytesProcessed += read;
|
||||
|
||||
double percent = BytesProcessed;
|
||||
percent /= (ReadLength ?? BaseStream.Length);
|
||||
percent /= ReadLength ?? BaseStream.Length;
|
||||
percent *= 100;
|
||||
|
||||
ProgressAction(percent);
|
||||
|
||||
Reference in New Issue
Block a user