mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:34:44 +01:00
fix portable and 3.5 project references
This commit is contained in:
11
MediaBrowser.Model/LiveTv/ProgramAudio.cs
Normal file
11
MediaBrowser.Model/LiveTv/ProgramAudio.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace MediaBrowser.Model.LiveTv
|
||||
{
|
||||
public enum ProgramAudio
|
||||
{
|
||||
Mono,
|
||||
Stereo,
|
||||
Dolby,
|
||||
DolbyDigital,
|
||||
Thx
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user