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:
parent
768d712e10
commit
eb5fe1306a
2 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -179,6 +179,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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue