From 4b562df53a296e1e745581c414d5e5a1c88a9bf3 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sun, 19 May 2024 22:22:27 +0200 Subject: torrenting: Add "Stand-up" category --- hosts/ahmed/torrenting/save-path.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/ahmed/torrenting/save-path.nix') diff --git a/hosts/ahmed/torrenting/save-path.nix b/hosts/ahmed/torrenting/save-path.nix index 0e3824d..9d57f06 100644 --- a/hosts/ahmed/torrenting/save-path.nix +++ b/hosts/ahmed/torrenting/save-path.nix @@ -1,7 +1,7 @@ {pkgs,lib,config,...}: let downloadPath = "/srv/media/"; - categories = [ "Movies" "Anime Movies" "Anime Series" "Series" "Miscellaneous" ]; + categories = [ "Movies" "Anime Movies" "Anime Series" "Series" "Stand-up" "Miscellaneous" ]; in { # Create the directory to which media will be downloaded. This will be used # by qBittorent to hold files and Jellyfin will serve from it. -- cgit v1.2.3