mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
fix portable and 3.5 project references
This commit is contained in:
parent
f02c326027
commit
bb031f553b
154 changed files with 2714 additions and 2062 deletions
10
MediaBrowser.Model/Configuration/EncodingQuality.cs
Normal file
10
MediaBrowser.Model/Configuration/EncodingQuality.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
namespace MediaBrowser.Model.Configuration
|
||||
{
|
||||
public enum EncodingQuality
|
||||
{
|
||||
Auto,
|
||||
HighSpeed,
|
||||
HighQuality,
|
||||
MaxQuality
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue