We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4b0c7 commit e55d62aCopy full SHA for e55d62a
1 file changed
library/src/commonMain/kotlin/project/pipepipe/app/helper/StringResourceHelper.kt
@@ -15,6 +15,8 @@ object StringResourceHelper {
15
"songs" -> stringResource(MR.strings.songs)
16
"albums" -> stringResource(MR.strings.albums)
17
"artists" -> stringResource(MR.strings.artists)
18
+ "users" -> stringResource(MR.strings.users)
19
+ "tracks" -> stringResource(MR.strings.tracks)
20
"playlist" -> stringResource(MR.strings.playlists)
21
"playlists" -> stringResource(MR.strings.playlists)
22
"channel" -> stringResource(MR.strings.channels)
0 commit comments