mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
Use the Memory overload for ReadAsync (#6865)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user