mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-13 10:52:28 -04:00
6 lines
124 B
Bash
6 lines
124 B
Bash
# vi: ft=sh
|
|
# shellcheck disable=SC2034
|
|
|
|
# http route prefix (will listen to $KYOO_PREFIX/movie for example)
|
|
KYOO_PREFIX=""
|