mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 23:13:06 +03:00
support dvd without video_ts folder
This commit is contained in:
@@ -55,6 +55,12 @@ namespace MediaBrowser.Model.Drawing
|
||||
ParseValue(value);
|
||||
}
|
||||
|
||||
public ImageSize(int width, int height)
|
||||
{
|
||||
_width = width;
|
||||
_height = height;
|
||||
}
|
||||
|
||||
private void ParseValue(string value)
|
||||
{
|
||||
if (!string.IsNullOrEmpty(value))
|
||||
|
||||
Reference in New Issue
Block a user