docs: add package comments to playback packages

This commit is contained in:
2026-06-01 12:55:43 +02:00
parent fdd09bc004
commit e146b0320a
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// Package handler provides the HTTP handler for playback endpoints.
package handler
import (

View File

@@ -1,3 +1,4 @@
// Package playback manages video playback, including episode sources and subtitle management.
package playback
import (