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

@@ -6,6 +6,7 @@ namespace Tv7Playlist.Data
{
public Guid Id { get; set; }
public int Position { get; set; }
public int TrackNumber { get; set; }
public string Name { get; set; }