Made first schema work, made first sync work and display from db
This commit is contained in:
@@ -29,6 +29,8 @@ namespace Tv7Playlist.Data.Migrations
|
||||
|
||||
b.Property<string>("NameOverride");
|
||||
|
||||
b.Property<int>("Position");
|
||||
|
||||
b.Property<int>("TrackNumber");
|
||||
|
||||
b.Property<string>("Url");
|
||||
|
Reference in New Issue
Block a user