-
Notifications
You must be signed in to change notification settings - Fork 877
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
Local API: Handle new shorts node #5679
Merged
FreeTubeBot
merged 2 commits into
FreeTubeApp:development
from
absidue:shorts-lockup-view
Sep 21, 2024
Merged
Local API: Handle new shorts node #5679
FreeTubeBot
merged 2 commits into
FreeTubeApp:development
from
absidue:shorts-lockup-view
Sep 21, 2024
Conversation
This file contains 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
1 task
New version has been released! |
absidue
force-pushed
the
shorts-lockup-view
branch
from
September 20, 2024 20:48
ef956d1
to
96d2741
Compare
absidue
requested review from
PikachuEXE,
efb4f5ff-1298-471a-8973-3d47447115dc,
ChunkyProgrammer,
kommunarr and
MarmadileManteater
September 20, 2024 20:49
github-actions
bot
added
PR: dependencies
Pull requests that update a dependency file
PR: waiting for review
For PRs that are complete, tested, and ready for review
labels
Sep 20, 2024
ChunkyProgrammer
approved these changes
Sep 20, 2024
efb4f5ff-1298-471a-8973-3d47447115dc
approved these changes
Sep 20, 2024
PikachuEXE
approved these changes
Sep 21, 2024
github-actions
bot
removed
the
PR: waiting for review
For PRs that are complete, tested, and ready for review
label
Sep 21, 2024
PikachuEXE
added a commit
to PikachuEXE/FreeTube
that referenced
this pull request
Sep 21, 2024
* development: Fix video start time handling (FreeTubeApp#5719) Local API: Handle new shorts node (FreeTubeApp#5679) Update subscription cache when subscribing from the channel page (FreeTubeApp#5717) Translated using Weblate (English (United Kingdom)) Implement persistent subscription cache (FreeTubeApp#5185) Translated using Weblate (Belarusian) Bump npm-run-all2 from 6.2.2 to 6.2.3 (FreeTubeApp#5708) Translated using Weblate (Swedish) Bump shaka-player from 4.11.1 to 4.11.3 (FreeTubeApp#5707) Translated using Weblate (Persian) v Downgrade electron-builder 25.x > 24.x (FreeTubeApp#5712) Translated using Weblate (Persian) Translated using Weblate (Persian) # Conflicts: # src/renderer/views/Channel/Channel.js # src/renderer/views/Channel/Channel.vue
That comment was nothing to do with a new version of FreeTube, but about the fact that this pull request relied on changes on the YouTube.js side and that a YouTube.js update with those changes had been released. |
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.
Local API: Handle new shorts node
Pull Request Type
Related issue
Description
YouTube is running an A/B test to replace
ReelItem
s withShortsLockupView
s. This pull request adds support for that new node, which fixes the shorts tab on channels being empty and playlists containing only shorts throwing an error.Testing
Channel with shorts: https://www.youtube.com/@gibiasmr
Playlist containing only shorts: https://www.youtube.com/playlist?list=UUSHE6acMV3m35znLcf0JGNn7Q
Desktop