summaryrefslogtreecommitdiff
path: root/src/tangara/audio/playlist.hpp
diff options
context:
space:
mode:
authorTursiae <git@tursiae.org>2025-06-19 21:28:06 +1000
committerTursiae <git@tursiae.org>2025-07-01 21:26:35 +1000
commitb5d302e1167cc44a24763e346a32c989dbd0601a (patch)
tree20f6508c88bc8240cfc8f177a04b0b59b9142da7 /src/tangara/audio/playlist.hpp
parent42fc963acc81860b7cc794550e13e8920e547d93 (diff)
downloadtangara-fw-b5d302e1167cc44a24763e346a32c989dbd0601a.tar.gz
Handle file:/// URIs generated from VLC playlists.
Diffstat (limited to 'src/tangara/audio/playlist.hpp')
-rw-r--r--src/tangara/audio/playlist.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tangara/audio/playlist.hpp b/src/tangara/audio/playlist.hpp
index 1e05e9c4..2f73d57a 100644
--- a/src/tangara/audio/playlist.hpp
+++ b/src/tangara/audio/playlist.hpp
@@ -51,6 +51,7 @@ class Playlist {
protected:
const std::string filepath_;
+ std::string mutated_;
mutable std::mutex mutex_;
size_t total_size_;