-
Notifications
You must be signed in to change notification settings - Fork 899
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
[Bug]: Thumbnail links are sometimes saved to playlists.db #5601
Comments
This comment was marked as outdated.
This comment was marked as outdated.
I cant seem to find the identifier for the thumbnail links that are listed in the playlists.db. Are you sure you are talking about the right file? |
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further. |
In fact, playlists.db is the right file, and although the video thumbnails should not be saved there, they are saved with the playlist, however only when adding multiple videos at once. The fix is quite easy because there is already a list of "undesired attributes" in the addVideos function in src/renderer/store/modules/playlists.js.
This is not a privacy issue, since the links in question are never read. |
Guidelines
Describe the bug
These attributes would not be saved when adding the videos one by one to the playlist:
Expected Behavior
The attributes should be removed when saving the playlist.
Issue Labels
inconsistent behavior
FreeTube Version
Every version since playlists could be copied and saved locally.
Operating System Version
Artix Linux
Installation Method
.pacman, built from source
Primary API used
Invidious API
Last Known Working FreeTube Version (If Any)
unknown, probably none
Additional Information
No response
Nightly Build
The text was updated successfully, but these errors were encountered: