mirror of
https://github.com/YouG-o/YouTube-No-Translation.git
synced 2026-04-25 01:56:01 +03:00
[GH-ISSUE #113] ISSUE: The YouTube title of a deleted video is still showing up next to a different thumbnail. #81
Labels
No labels
ToDo
bug
enhancement
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/YouTube-No-Translation#81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tobiasbischoff on GitHub (Oct 8, 2025).
Original GitHub issue: https://github.com/YouG-o/YouTube-No-Translation/issues/113
Originally assigned to: @YouG-o on GitHub.
Description
When I’m watching a single video from my “Watch Later” list and delete another video from the “Watch Later” playlist on the right side (via the three-dot menu – “Remove from playlist”), the translated title of the deleted video suddenly appears next to the thumbnail of the next video.
Steps to Reproduce (if you noticed a specific pattern)
Add videos with translated titles to your “Watch Later” list, start watching one of them, and while it’s playing, delete it from the playlist on the right.
Environment
German Mac on macOS 15.7.1 running Chrome version 140.0.7339.215 (Official Build) (arm64), logged into youtube.com. It happened to me with this video: https://www.youtube.com/watch?v=lUzSsX4T4WQ
Example Video (Required if the issue happened on a video page)
Video URL: https://www.youtube.com/watch?v=lUzSsX4T4WQ
Extension Settings
Other YouTube-related extensions you are using
None
@YouG-o commented on GitHub (Oct 8, 2025):
I was aware of this issue and ‘fixed’ it with an observer on the playlist. When you add or delete a video from the playlist, the observer triggers and calls the titles refresh function, fixing potential wrong titles.
It still works for me; I tried to replicate your issue and had no problem on my side: I delete a video, the next one takes its title (so wrong title), but a few milliseconds later, the correct title is back.
Could you please try again with your console open and tell me if you see this log: “[YNT][Browsing Titles] Playlist video change detected” when you delete a video from your playlist?
@tobiasbischoff commented on GitHub (Oct 10, 2025):
I tried to reproduce it a couple of times, but I can’t anymore. My Chrome has been updated to 141.0.7390.66 since I opened this, so maybe that’s the difference. It works as expected now—thanks for looking into it.
@YouG-o commented on GitHub (Oct 10, 2025):
Weird.
Don't hesitate to reopen the issue if this happens again and you notice a specific pattern.