First running version with all fields, sync, m3u generation and without old controller
This commit is contained in:
@@ -7,13 +7,18 @@ namespace Tv7Playlist.Data
|
||||
public Guid Id { get; set; }
|
||||
|
||||
public int Position { get; set; }
|
||||
|
||||
public int TrackNumber { get; set; }
|
||||
|
||||
public int TrackNumberOverride { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
public string NameOverride { get; set; }
|
||||
|
||||
|
||||
public string Url { get; set; }
|
||||
|
||||
public string UrlOriginal { get; set; }
|
||||
|
||||
public bool IsAvailable { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user