jellyfin / jellyfin-media-player

Jellyfin Desktop Client
GNU General Public License v2.0
2.87k stars 297 forks source link

Fix Intro Skipper #719

Open Uncle-Tio opened 6 days ago

Uncle-Tio commented 6 days ago

The skip intro button remained hidden even when it should be visible. This was because the display property was still set to none. And this was only happening after exiting the video and returning or starting a new one. I don't know exactly what caused it.

Commit 1: If you don't click the button once, the display always returns none and opacity 0. <div class="skipIntro" style="style="display: none; opacity: 0;>

Commit 2-3: Everything seems to be fixed now, whether you click the button or not, it still appears. Tested on 2 clients.