mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Merge pull request #3454 from Bnyro/support-albums-channel-tab
feat: support for albums channel tab
This commit is contained in:
		
						commit
						9c33d9e464
					
				
					 2 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -213,8 +213,8 @@ export default {
 | 
				
			||||||
                case "playlists":
 | 
					                case "playlists":
 | 
				
			||||||
                    translatedTabName = this.$t("titles.playlists");
 | 
					                    translatedTabName = this.$t("titles.playlists");
 | 
				
			||||||
                    break;
 | 
					                    break;
 | 
				
			||||||
                case "channels":
 | 
					                case "albums":
 | 
				
			||||||
                    translatedTabName = this.$t("titles.channels");
 | 
					                    translatedTabName = this.$t("titles.albums");
 | 
				
			||||||
                    break;
 | 
					                    break;
 | 
				
			||||||
                case "shorts":
 | 
					                case "shorts":
 | 
				
			||||||
                    translatedTabName = this.$t("video.shorts");
 | 
					                    translatedTabName = this.$t("video.shorts");
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -13,6 +13,7 @@
 | 
				
			||||||
        "player": "Player",
 | 
					        "player": "Player",
 | 
				
			||||||
        "livestreams": "Livestreams",
 | 
					        "livestreams": "Livestreams",
 | 
				
			||||||
        "channels": "Channels",
 | 
					        "channels": "Channels",
 | 
				
			||||||
 | 
					        "albums": "Albums",
 | 
				
			||||||
        "bookmarks": "Bookmarks",
 | 
					        "bookmarks": "Bookmarks",
 | 
				
			||||||
        "channel_groups": "Channel groups",
 | 
					        "channel_groups": "Channel groups",
 | 
				
			||||||
        "dearrow": "DeArrow"
 | 
					        "dearrow": "DeArrow"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue