diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/nixpkgs/pkgs/yt/src/constants.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nixpkgs/pkgs/yt/src/constants.rs b/sys/nixpkgs/pkgs/yt/src/constants.rs index 96995f08..5250820c 100644 --- a/sys/nixpkgs/pkgs/yt/src/constants.rs +++ b/sys/nixpkgs/pkgs/yt/src/constants.rs @@ -36,7 +36,7 @@ pub fn status_path() -> anyhow::Result<PathBuf> { Ok(out) } -const LAST_SELECT: &str = "ytcc/selected"; +const LAST_SELECT: &str = "ytcc/selected.yts"; pub fn last_select() -> anyhow::Result<PathBuf> { let out: PathBuf = format!( "{}/{}", |