Merge branch 'develop' into feature/tvmaze-replacement

This commit is contained in:
tidusjar 2021-03-12 23:40:25 +00:00
commit 8368877c74
135 changed files with 10704 additions and 320 deletions

View file

@ -6,5 +6,6 @@
public string MediaType { get; set; }
public string Title { get; set; }
public string Poster { get; set; }
public string Overview { get; set; }
}
}