From 3c9e46fabfa4b9b6ccb249b0420c508ed57daee4 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 28 Jan 2024 20:59:43 +0100 Subject: fix(sys/nixpkgs/pkgs/yt/ytc): Allow watching already watched ids --- sys/nixpkgs/pkgs/yt/src/bin/ytc/main.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/nixpkgs/pkgs/yt') diff --git a/sys/nixpkgs/pkgs/yt/src/bin/ytc/main.rs b/sys/nixpkgs/pkgs/yt/src/bin/ytc/main.rs index 3fa3148d..b38157df 100644 --- a/sys/nixpkgs/pkgs/yt/src/bin/ytc/main.rs +++ b/sys/nixpkgs/pkgs/yt/src/bin/ytc/main.rs @@ -27,6 +27,8 @@ fn main() -> Result<()> { "--output", "json", "list", + "--watched", + "--unwatched", "--attributes", "url", "--ids", -- cgit 1.4.1