mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00: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