about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xsys/nixpkgs/pkgs/scripts/source/wrappers/mpc-fav.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/nixpkgs/pkgs/scripts/source/wrappers/mpc-fav.sh b/sys/nixpkgs/pkgs/scripts/source/wrappers/mpc-fav.sh
index 22e62c0e..a3a2c368 100755
--- a/sys/nixpkgs/pkgs/scripts/source/wrappers/mpc-fav.sh
+++ b/sys/nixpkgs/pkgs/scripts/source/wrappers/mpc-fav.sh
@@ -11,4 +11,6 @@ cd "$XDG_MUSIC_DIR" || die "No music dir!"
 
 ln -sr "$(mpc --format '%file%' current)" "$FAV_DIR/" || die "Link failed!"
 
+mpc update
+
 # vim: ft=sh