diff options
Diffstat (limited to 'web/script/player/track')
| -rw-r--r-- | web/script/player/track/create.ts | 2 | ||||
| -rw-r--r-- | web/script/player/track/mod.ts | 2 | ||||
| -rw-r--r-- | web/script/player/track/mse.ts | 2 | ||||
| -rw-r--r-- | web/script/player/track/vtt.ts | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/web/script/player/track/create.ts b/web/script/player/track/create.ts index 7a5db0e..a83a26a 100644 --- a/web/script/player/track/create.ts +++ b/web/script/player/track/create.ts @@ -1,7 +1,7 @@ /* 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> + Copyright (C) 2026 metamuffin <metamuffin.org> */ import { VttPlayerTrack } from "./vtt.ts"; import { MSEPlayerTrack } from "./mse.ts"; diff --git a/web/script/player/track/mod.ts b/web/script/player/track/mod.ts index 78a987b..57f6820 100644 --- a/web/script/player/track/mod.ts +++ b/web/script/player/track/mod.ts @@ -1,7 +1,7 @@ /* 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> + Copyright (C) 2026 metamuffin <metamuffin.org> */ /// <reference lib="dom" /> import { TimeRange } from "../types_stream.ts"; diff --git a/web/script/player/track/mse.ts b/web/script/player/track/mse.ts index 468fbf8..efcd0d5 100644 --- a/web/script/player/track/mse.ts +++ b/web/script/player/track/mse.ts @@ -1,7 +1,7 @@ /* 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> + Copyright (C) 2026 metamuffin <metamuffin.org> */ import { OVar, show } from "../../jshelper/mod.ts"; import { test_media_capability, track_to_content_type } from "../mediacaps.ts"; diff --git a/web/script/player/track/vtt.ts b/web/script/player/track/vtt.ts index 43413bd..2152b97 100644 --- a/web/script/player/track/vtt.ts +++ b/web/script/player/track/vtt.ts @@ -1,7 +1,7 @@ /* 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> + Copyright (C) 2026 metamuffin <metamuffin.org> */ import { e } from "../../jshelper/src/element.ts"; import { Player } from "../player.ts"; |