mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-15 10:43:30 +01:00
fix portable and 3.5 project references
This commit is contained in:
8
MediaBrowser.Model/MediaInfo/AudioCodec.cs
Normal file
8
MediaBrowser.Model/MediaInfo/AudioCodec.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace MediaBrowser.Model.MediaInfo
|
||||
{
|
||||
public class AudioCodec
|
||||
{
|
||||
public const string AAC = "AAC";
|
||||
public const string MP3 = "MP3";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user