This commit is contained in:
stax76
2022-06-03 15:47:21 +02:00
parent e9df0f9f99
commit 971fe1fe7c
5 changed files with 369 additions and 412 deletions

View File

@@ -134,9 +134,10 @@ namespace mpvnet
public class MediaTrack
{
public int ID { get; set; }
public bool External { get; set; }
public string Text { get; set; }
public string Type { get; set; }
public int ID { get; set; }
}
public class CommandItem : INotifyPropertyChanged