1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-11-06 02:03:00 +00:00

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

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;
} }