Use the Memory overload for ReadAsync (#6865)

This commit is contained in:
Claus Vium
2021-11-27 03:23:46 +01:00
committed by GitHub
parent 3eec137100
commit ca887518dd
3 changed files with 49 additions and 31 deletions

View File

@@ -134,7 +134,7 @@ namespace Jellyfin.Api.Models.PlaybackDtos
/// <summary>
/// Gets or sets bytes downloaded.
/// </summary>
public long? BytesDownloaded { get; set; }
public long BytesDownloaded { get; set; }
/// <summary>
/// Gets or sets bytes transcoded.