-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Remove author and authorId from the required list of video keys for playlists #7083
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
FreeTubeBot
merged 1 commit into
FreeTubeApp:development
from
absidue:fix-shorts-playlist-copy
Apr 20, 2025
Merged
Remove author and authorId from the required list of video keys for playlists #7083
FreeTubeBot
merged 1 commit into
FreeTubeApp:development
from
absidue:fix-shorts-playlist-copy
Apr 20, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PikachuEXE
previously approved these changes
Mar 28, 2025
efb4f5ff-1298-471a-8973-3d47447115dc
previously approved these changes
Mar 28, 2025
Member
|
I exported playlists -> deleted all playlists -> imported and noticed that the short playlist was included but had no content in it. Should i create a separate issue? |
Collaborator
|
Might as will fix it in this PR... Also since a change is needed I suggest making it commented with explanation like other attributes // These keys are absent in shorts
// 'author',
// 'authorId', |
see previous comments
a7499bf to
f8d61af
Compare
PikachuEXE
approved these changes
Apr 10, 2025
efb4f5ff-1298-471a-8973-3d47447115dc
approved these changes
Apr 10, 2025
ChunkyProgrammer
approved these changes
Apr 20, 2025
PikachuEXE
added a commit
to PikachuEXE/FreeTube
that referenced
this pull request
Apr 20, 2025
* development: (25 commits) Remove author and authorId from the required list of video keys for playlists (FreeTubeApp#7083) Translated using Weblate (Odia) Translated using Weblate (Nepali) Translated using Weblate (Hindi) Translated using Weblate (Sinhala) Translated using Weblate (Slovenian) Translated using Weblate (Catalan) Translated using Weblate (Assamese) Translated using Weblate (German) replace icns mac icon with hq one (FreeTubeApp#7212) Fix user-agent and referer for Innertube requests (FreeTubeApp#7213) Use new images (FreeTubeApp#7236) Fix the channel name and ID missing on the channel home tab (FreeTubeApp#7232) Translated using Weblate (Odia) Translated using Weblate (Georgian) Translated using Weblate (Bosnian) Translated using Weblate (Sinhala) Translated using Weblate (English (United Kingdom)) Translated using Weblate (Assamese) Fix live streams not working on the local API (FreeTubeApp#7233) ... # Conflicts: # src/renderer/views/Hashtag/Hashtag.vue
PikachuEXE
added a commit
to PikachuEXE/FreeTube
that referenced
this pull request
Apr 20, 2025
…rent * feature/hide-member-only-videos: (25 commits) Remove author and authorId from the required list of video keys for playlists (FreeTubeApp#7083) Translated using Weblate (Odia) Translated using Weblate (Nepali) Translated using Weblate (Hindi) Translated using Weblate (Sinhala) Translated using Weblate (Slovenian) Translated using Weblate (Catalan) Translated using Weblate (Assamese) Translated using Weblate (German) replace icns mac icon with hq one (FreeTubeApp#7212) Fix user-agent and referer for Innertube requests (FreeTubeApp#7213) Use new images (FreeTubeApp#7236) Fix the channel name and ID missing on the channel home tab (FreeTubeApp#7232) Translated using Weblate (Odia) Translated using Weblate (Georgian) Translated using Weblate (Bosnian) Translated using Weblate (Sinhala) Translated using Weblate (English (United Kingdom)) Translated using Weblate (Assamese) Fix live streams not working on the local API (FreeTubeApp#7233) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Remove author and authorId from the required list of video keys for playlists
Pull Request Type
Related issue
closes #7023
Description
Shorts only playlists don't have any uploader information, so the playlist copy validation code complains about the
authorandauthorIdproperties being missing. This pull request removes those two properties from the required keys allowing those playlists to be copied and imported into FreeTube.Testing
Desktop