Skip to content
Snippets Groups Projects
Commit bb1baadd authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Change "Songs" category to "Tracks"

parent 6d99c8e1
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ public class AudioBrowserFragment extends BaseAudioBrowser implements SwipeRefre
final String[] titles = new String[] {
getString(R.string.artists),
getString(R.string.albums),
getString(R.string.songs),
getString(R.string.tracks),
getString(R.string.genres),
getString(R.string.playlists),
};
......
......@@ -151,7 +151,7 @@ class MainTvFragment : BrowseSupportFragment(), OnItemViewSelectedListener, OnIt
DummyItem(Constants.CATEGORY_ARTISTS, getString(R.string.artists), ""),
DummyItem(Constants.CATEGORY_ALBUMS, getString(R.string.albums), ""),
DummyItem(Constants.CATEGORY_GENRES, getString(R.string.genres), ""),
DummyItem(Constants.CATEGORY_SONGS, getString(R.string.songs), "")
DummyItem(Constants.CATEGORY_SONGS, getString(R.string.tracks), "")
)
if (current !== null) list.add(0, current)
categoriesAdapter.setItems(list.toList(), diffCallback)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment