diff options
Diffstat (limited to 'mg_playlist.h')
-rw-r--r-- | mg_playlist.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mg_playlist.h b/mg_playlist.h index 30443f4..e7c428d 100644 --- a/mg_playlist.h +++ b/mg_playlist.h @@ -128,7 +128,10 @@ public: virtual void setListname(std::string name); //! \brief returns the count of items in the list - int count(); + int getCount(); + + //! \brief returns current index in the playlist + int getIndex() const; /*! \brief returns the nth track from the playlist * |