Jellyfin Forum
Error playing HEVC content 播放HEVC内容出错 - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: Error playing HEVC content 播放HEVC内容出错 (/t-error-playing-hevc-content-%E6%92%AD%E6%94%BEhevc%E5%86%85%E5%AE%B9%E5%87%BA%E9%94%99)

Pages: 1 2


RE: Error playing HEVC content 播放HEVC内容出错 - TheDreadPirate - 2024-07-30

You can use CSS to hide those chapter markers. Dashboard > General, Custom CSS Code.

Code:
.sliderMarker.unwatched,
.sliderMarker.watched {
  display: none;
}