Skip to content

Commit

Permalink
Merge pull request #3454 from Bnyro/support-albums-channel-tab
Browse files Browse the repository at this point in the history
feat: support for albums channel tab
  • Loading branch information
Bnyro authored Mar 13, 2024
2 parents 84b2637 + ee5e69f commit 9c33d9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ChannelPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -213,8 +213,8 @@ export default {
case "playlists":
translatedTabName = this.$t("titles.playlists");
break;
case "channels":
translatedTabName = this.$t("titles.channels");
case "albums":
translatedTabName = this.$t("titles.albums");
break;
case "shorts":
translatedTabName = this.$t("video.shorts");
Expand Down
1 change: 1 addition & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"player": "Player",
"livestreams": "Livestreams",
"channels": "Channels",
"albums": "Albums",
"bookmarks": "Bookmarks",
"channel_groups": "Channel groups",
"dearrow": "DeArrow"
Expand Down

0 comments on commit 9c33d9e

Please sign in to comment.