mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
remove trailing whitespace
This commit is contained in:
@@ -4,7 +4,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
public class ImageEncodingOptions
|
||||
{
|
||||
public string InputPath { get; set; }
|
||||
|
||||
|
||||
public int? Width { get; set; }
|
||||
|
||||
public int? Height { get; set; }
|
||||
@@ -14,7 +14,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
public int? MaxHeight { get; set; }
|
||||
|
||||
public int? Quality { get; set; }
|
||||
|
||||
|
||||
public string Format { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user