summaryrefslogtreecommitdiff
path: root/src/media_library.h
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2012-09-02 20:51:20 +0200
committerAndrzej Rybczak <electricityispower@gmail.com>2012-09-02 20:51:20 +0200
commit5e8d1673e014e5d9af4c5538ae938d7c414a2ed3 (patch)
tree389d567eaa8a5e60a45b18048c6de1b5547ae914 /src/media_library.h
parent0cfe5d8f01cae20ea0751f28bf16c8a6ff818fc2 (diff)
implement ProxySongList for handling general operations on lists
Diffstat (limited to 'src/media_library.h')
-rw-r--r--src/media_library.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/media_library.h b/src/media_library.h
index 1afd0b47..04019507 100644
--- a/src/media_library.h
+++ b/src/media_library.h
@@ -50,12 +50,10 @@ class MediaLibrary : public Screen<NC::Window>, public Filterable, public HasSon
virtual void prevFound(bool wrap);
/// HasSongs implementation
- virtual MPD::Song *getSong(size_t pos);
- virtual MPD::Song *currentSong();
+ virtual std::shared_ptr<ProxySongList> getProxySongList();
virtual bool allowsSelection();
virtual void reverseSelection();
- virtual void removeSelection();
virtual MPD::SongList getSelectedSongs();
virtual NC::List *GetList();