mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-27 01:52:46 -04:00
fix portable and 3.5 project references
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace MediaBrowser.Model.Configuration
|
||||
{
|
||||
public enum EncodingQuality
|
||||
{
|
||||
Auto,
|
||||
HighSpeed,
|
||||
HighQuality,
|
||||
MaxQuality
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user