Mapper: obtain music directory from Storage

Eliminate duplicate variable.
This commit is contained in:
Max Kellermann
2014-02-07 23:34:29 +01:00
parent 4d5ebafa6d
commit 6798af52b6
3 changed files with 19 additions and 31 deletions

View File

@@ -161,7 +161,7 @@ glue_mapper_init(Error &error)
}
#endif
mapper_init(std::move(music_dir), std::move(playlist_dir));
mapper_init(std::move(playlist_dir));
return true;
}