From 16fbe42bf02a8d64253ba32285c251ffbe81d611 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Mon, 30 Dec 2024 10:03:56 -0300 Subject: [PATCH] Rename 'tv' to 'tvshows' in MEDIA_SUBDIRS array --- docs.org | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.org b/docs.org index c4ad94d..0e38d47 100644 --- a/docs.org +++ b/docs.org @@ -63,7 +63,7 @@ readonly DEFAULT_MEDIA_DIR="/srv/media" readonly SUPPORTED_MEDIA_SERVICES=("jellyfin" "emby" "plex") readonly DEFAULT_MEDIA_SERVICE="jellyfin" readonly DEFAULT_VPN_SERVICE="protonvpn" -readonly MEDIA_SUBDIRS=("tv" "movies" "music" "books" "downloads" "blackhole") +readonly MEDIA_SUBDIRS=("tvshows" "movies" "music" "books" "downloads" "blackhole") # Color codes readonly RED='\033[0;31m' diff --git a/install.sh b/install.sh index 64e0a19..609939f 100644 --- a/install.sh +++ b/install.sh @@ -29,7 +29,7 @@ readonly DEFAULT_MEDIA_DIR="/srv/media" readonly SUPPORTED_MEDIA_SERVICES=("jellyfin" "emby" "plex") readonly DEFAULT_MEDIA_SERVICE="jellyfin" readonly DEFAULT_VPN_SERVICE="protonvpn" -readonly MEDIA_SUBDIRS=("tv" "movies" "music" "books" "downloads" "blackhole") +readonly MEDIA_SUBDIRS=("tvshows" "movies" "music" "books" "downloads" "blackhole") # Color codes readonly RED='\033[0;31m'