fix: missing album tab key

This commit is contained in:
ThetaDev 2022-10-24 00:03:19 +02:00 committed by Stypox
parent 74a8bfba93
commit 16cd47fa2e
No known key found for this signature in database
GPG Key ID: 4BDF1B40A49FDD23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public final class ChannelTabs {
case Channels: case Channels:
return R.string.show_channel_tabs_channels; return R.string.show_channel_tabs_channels;
case Albums: case Albums:
break; return R.string.show_channel_tabs_albums;
} }
return -1; return -1;
} }