mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
add mpdecimate option
This commit is contained in:
@@ -127,6 +127,11 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
}
|
||||
}
|
||||
|
||||
public bool EnableMpDecimate
|
||||
{
|
||||
get { return MediaSource.EnableMpDecimate; }
|
||||
}
|
||||
|
||||
public string AlbumCoverPath { get; set; }
|
||||
|
||||
public string InputAudioSync { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user