summaryrefslogtreecommitdiff
path: root/src/lib/player.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/player.cc')
-rw-r--r--src/lib/player.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc
index f79265558..310e91b6c 100644
--- a/src/lib/player.cc
+++ b/src/lib/player.cc
@@ -480,6 +480,10 @@ Player::content_changed (weak_ptr<Content> w, int property, bool frequent)
) {
Changed (frequent);
+
+ } else if (property == ContentProperty::PATH) {
+
+ Changed (frequent);
}
}