fix television metadata (#161)

This commit is contained in:
Jason Dove
2021-04-10 18:40:18 -05:00
committed by GitHub
parent dee264597b
commit 9c0ada2df5
12 changed files with 2236 additions and 32 deletions
+3 -3
View File
@@ -44,7 +44,7 @@
{
<MudLink Class="ml-4" Href="@(NavigationManager.Uri.Split("#").Head() + "#shows")" Style="margin-bottom: auto; margin-top: auto">@_shows.Count Shows</MudLink>
}
if (_artists.Count > 0)
{
<MudLink Class="ml-4" Href="@(NavigationManager.Uri.Split("#").Head() + "#artists")" Style="margin-bottom: auto; margin-top: auto">@_artists.Count Artists</MudLink>
@@ -256,7 +256,7 @@
Right: _ => Snackbar.Add($"Added {show.Title} to collection {collection.Name}", Severity.Success));
}
}
if (card is ArtistCardViewModel artist)
{
var parameters = new DialogParameters { { "EntityType", "artist" }, { "EntityName", artist.Title } };
@@ -319,7 +319,7 @@
}
return uri;
}
private string GetArtistsLink()
{
var uri = "/media/music/artists/page/1";