added new fields to the playlist entry, migrations and started with the api controller to manage the list
This commit is contained in:
@@ -9,7 +9,13 @@ namespace Tv7Playlist.Data
|
||||
public int TrackNumber { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
|
||||
public string NameOverride { get; set; }
|
||||
|
||||
public string Url { get; set; }
|
||||
|
||||
public bool IsAvailable { get; set; }
|
||||
|
||||
public bool IsEnabled { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user