diff options
Diffstat (limited to 'web/script/player/track/create.ts')
-rw-r--r-- | web/script/player/track/create.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/script/player/track/create.ts b/web/script/player/track/create.ts index d63a9ce..1aaf12c 100644 --- a/web/script/player/track/create.ts +++ b/web/script/player/track/create.ts @@ -1,3 +1,8 @@ +/* + This file is part of jellything (https://codeberg.org/metamuffin/jellything) + which is licensed under the GNU Affero General Public License (version 3); see /COPYING. + Copyright (C) 2025 metamuffin <metamuffin.org> +*/ import { get_track_kind } from "../mediacaps.ts"; import { VttPlayerTrack } from "./vtt.ts"; import { MSEPlayerTrack } from "./mse.ts"; |