mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +00:00
SoundPlayer: Display title and artist in the window title if available
This commit is contained in:
parent
0563048949
commit
68447d8f39
2 changed files with 13 additions and 1 deletions
|
@ -39,6 +39,7 @@ public:
|
|||
bool is_playlist(DeprecatedString const& path);
|
||||
|
||||
Playlist& playlist() { return m_playlist; }
|
||||
PlaybackManager const& playback_manager() const { return m_playback_manager; }
|
||||
DeprecatedString const& loaded_filename() const { return m_loaded_filename; }
|
||||
|
||||
PlayState play_state() const { return m_play_state; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue