mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2024-11-25 04:22:30 +01:00
fix: missing album tab key
This commit is contained in:
parent
74a8bfba93
commit
16cd47fa2e
@ -26,7 +26,7 @@ public final class ChannelTabs {
|
||||
case Channels:
|
||||
return R.string.show_channel_tabs_channels;
|
||||
case Albums:
|
||||
break;
|
||||
return R.string.show_channel_tabs_albums;
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user