]> git.tdb.fi Git - xinema.git/blobdiff - source/client.h
Inform clients of stream title changes
[xinema.git] / source / client.h
index fa2ea8d02ebdcfff8002b74e9f8bbb77071d894d..31bdbec4d70ce6a571425a2dc51e2988ee2d29fd 100644 (file)
@@ -32,6 +32,7 @@ private:
        void list_directory(const Msp::FS::Path &);
 
        void stream_created(XineStream &);
+       void stream_title_changed(const std::string &);
        void stream_duration_changed(const Msp::Time::TimeDelta &);
        void stream_position_changed(const Msp::Time::TimeDelta &);
 };