mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 01:05:19 +03:00
Add GPL modules
This commit is contained in:
12
MediaBrowser.Model/LiveTv/ProgramAudio.cs
Normal file
12
MediaBrowser.Model/LiveTv/ProgramAudio.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace MediaBrowser.Model.LiveTv
|
||||
{
|
||||
public enum ProgramAudio
|
||||
{
|
||||
Mono,
|
||||
Stereo,
|
||||
Dolby,
|
||||
DolbyDigital,
|
||||
Thx,
|
||||
Atmos
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user