Displays album genre, even in inline album view

With this PR, Cider will also display album genre right above album release date and other information. This also resolves this issue https://github.com/ciderapp/Cider/issues/302.

Thank you!
This commit is contained in:
Monochromish 2022-04-03 08:00:56 +10:00
parent 768d712e10
commit eb5fe1306a
2 changed files with 2 additions and 0 deletions

View file

@ -168,6 +168,7 @@
</div>
</div>
</div>
<div class="playlist-time genre">{{this.data.relationships.tracks.data[0].attributes.genreNames[0]}}</div>
<div class="playlist-time">
{{getFormattedDate()}}
</div>