diff options
Diffstat (limited to 'server/src/routes/compat/mod.rs')
| -rw-r--r-- | server/src/routes/compat/mod.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/server/src/routes/compat/mod.rs b/server/src/routes/compat/mod.rs new file mode 100644 index 0000000..859b60a --- /dev/null +++ b/server/src/routes/compat/mod.rs @@ -0,0 +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) 2026 metamuffin <metamuffin.org> +*/ +// pub mod jellyfin; +pub mod youtube; |