Made first schema work, made first sync work and display from db

This commit is contained in:
2019-01-25 00:21:28 +01:00
parent c3b27080f2
commit 99430d9292
8 changed files with 48 additions and 27 deletions

View File

@@ -29,6 +29,8 @@ namespace Tv7Playlist.Data.Migrations
b.Property<string>("NameOverride");
b.Property<int>("Position");
b.Property<int>("TrackNumber");
b.Property<string>("Url");