mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-08 19:32:05 +01:00
remove trailing whitespace
This commit is contained in:
@@ -68,7 +68,7 @@ namespace OpenSubtitlesHandler
|
||||
/// </summary>
|
||||
public string MovieHash { get { return movieHash; } set { movieHash = value; } }
|
||||
/// <summary>
|
||||
/// Size of video file in bytes
|
||||
/// Size of video file in bytes
|
||||
/// </summary>
|
||||
public long MovieByteSize { get { return movieByteSize; } set { movieByteSize = value; } }
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user