mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-01-10 14:57:00 +00:00
5b4fb38c85
* allow set subtitle language from url parameter As user, I want to set subtitles language from url parameters, So i do not need to subtitle language each time i switch instances for now you can set `subtitles=xx` (example: `subtitles=en`) on url parameter to set video subtitle language. full url example: https://piped.video/watch?v=6stlCkUDG_s&subtitles=en i choose query `subtitles` so it's compatible with [invidious url parameter](https://docs.invidious.io/url-parameters/) this is especially useful when you have addons like redirector improvement over https://github.com/TeamPiped/Piped/issues/2669 and https://github.com/TeamPiped/Piped/issues/223 * cleaning code * looks simpler and more self-explaining fix suggested on https://github.com/TeamPiped/Piped/pull/2937#discussion_r1325072807 |
||
---|---|---|
.. | ||
ChannelItem.vue | ||
ChannelPage.vue | ||
ChaptersBar.vue | ||
ClipsPage.vue | ||
CollapsableText.vue | ||
CommentItem.vue | ||
ConfirmModal.vue | ||
ContentItem.vue | ||
ErrorHandler.vue | ||
FeedPage.vue | ||
FooterComponent.vue | ||
HistoryPage.vue | ||
ImportPage.vue | ||
LoadingIndicatorPage.vue | ||
LoginPage.vue | ||
ModalComponent.vue | ||
NavBar.vue | ||
PageNotFound.vue | ||
PlaylistAddModal.vue | ||
PlaylistItem.vue | ||
PlaylistPage.vue | ||
PlaylistsPage.vue | ||
PlaylistVideos.vue | ||
PreferencesPage.vue | ||
QrCode.vue | ||
RegisterPage.vue | ||
SearchResults.vue | ||
SearchSuggestions.vue | ||
ShareModal.vue | ||
SortingSelector.vue | ||
SubscriptionsPage.vue | ||
ToastComponent.vue | ||
TrendingPage.vue | ||
VideoItem.vue | ||
VideoPlayer.vue | ||
VideoRedirect.vue | ||
WatchOnButton.vue | ||
WatchVideo.vue |