You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As they are rendered now, there is allocated space to show a subtitle but only songs have content appropriate for the subtitle. For songs I am using the duration as the subtitle. For directories and playlist I thought we could use the content count. for example, if a folder contains 20 items, we would show "20 Items" as the subtitle.
We can either add that data to be returned by the back-end or I could remove the allocated subtitle space for those two types of items.
The text was updated successfully, but these errors were encountered:
dermidgen
changed the title
List Item Subtitle Cnotent
List Item Subtitle Content
Nov 18, 2016
We currently have three list item types:
As they are rendered now, there is allocated space to show a subtitle but only songs have content appropriate for the subtitle. For songs I am using the duration as the subtitle. For directories and playlist I thought we could use the content count. for example, if a folder contains 20 items, we would show "20 Items" as the subtitle.
We can either add that data to be returned by the back-end or I could remove the allocated subtitle space for those two types of items.
The text was updated successfully, but these errors were encountered: