mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-26 17:40:30 +01:00
removed local trailers and special features from memory
This commit is contained in:
@@ -96,7 +96,7 @@ namespace MediaBrowser.Api.Playback.Progressive
|
||||
|
||||
var bytesRead = fsPosition - position;
|
||||
|
||||
Logger.Debug("Streamed {0} bytes from file {1}", bytesRead, path);
|
||||
//Logger.Debug("Streamed {0} bytes from file {1}", bytesRead, path);
|
||||
|
||||
if (bytesRead == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user