mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-30 05:46:30 +01:00
Added support for more Audio fields
This commit is contained in:
parent
e0acb3a74b
commit
fd2ead1aff
@@ -1,4 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MediaBrowser.Controller.FFMpeg
|
||||
{
|
||||
@@ -47,7 +48,7 @@ namespace MediaBrowser.Controller.FFMpeg
|
||||
//public string pix_fmt { get; set; }
|
||||
//public int level { get; set; }
|
||||
public Dictionary<string,string> tags { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
public class MediaFormat
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user