jellyfin / jellyfin-media-player

Jellyfin Desktop Client
GNU General Public License v2.0
3.26k stars 323 forks source link

Fix Skip Intro Button Issue #738

Closed sannidhyaroy closed 3 months ago

sannidhyaroy commented 3 months ago

Resolves issue #701.

The skip intro button works fine on the first stream after the Jellyfin Client is launched. However, subsequent streams doesn’t show the Skip Intro or Skip Credit button as a display: none property gets added in later streams, which prevents it from showing up. This PR cleans up all instances of the opacity css property as the button already uses the .hide class name, like many other Jellyfin Web elements to show and hide it.

Don-Chris commented 3 months ago

My issue #701 got fixed with this pull request. Thank you!