InotifyUpdate: use the root name instead of mapper_get_music_directory_fs()
The root WatchDirectory instance already contains the music directory, and we don't need to fetch it again.
This commit is contained in:
parent
25aa17ad89
commit
f6939f71a7
@ -261,7 +261,7 @@ mpd_inotify_callback(int wd, unsigned mask,
|
|||||||
(mask & IN_ISDIR) != 0) {
|
(mask & IN_ISDIR) != 0) {
|
||||||
/* a sub directory was changed: register those in
|
/* a sub directory was changed: register those in
|
||||||
inotify */
|
inotify */
|
||||||
const auto &root = mapper_get_music_directory_fs();
|
const auto &root = inotify_root->name;
|
||||||
|
|
||||||
const auto path_fs = uri_fs.IsNull()
|
const auto path_fs = uri_fs.IsNull()
|
||||||
? root
|
? root
|
||||||
|
Loading…
Reference in New Issue
Block a user