mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
libcoolstream: enable GetMetadata() function
Origin commit data
------------------
Branch: ni/coolstream
Commit: f833cc5e7d
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-08-04 (Sun, 04 Aug 2019)
Origin message was:
------------------
- libcoolstream: enable GetMetadata() function
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -74,9 +74,7 @@ public:
|
||||
void GetTitles(std::vector<int> &playlists, std::vector<std::string> &titles, int ¤t);
|
||||
void SetTitle(int title);
|
||||
uint64_t GetReadCount(void);
|
||||
|
||||
/* dummies for compatibility with libstb-hal */
|
||||
void GetMetadata(std::vector<std::string> /*&keys*/, std::vector<std::string> /*&values*/){};
|
||||
void GetMetadata(std::vector<std::string> &keys, std::vector<std::string> &values);
|
||||
};
|
||||
|
||||
#endif // __PLAYBACK_CS_H_
|
||||
|
@@ -75,9 +75,7 @@ public:
|
||||
void GetTitles(std::vector<int> &playlists, std::vector<std::string> &titles, int ¤t);
|
||||
void SetTitle(int title);
|
||||
uint64_t GetReadCount(void);
|
||||
|
||||
/* dummies for compatibility with libstb-hal */
|
||||
void GetMetadata(std::vector<std::string> /*&keys*/, std::vector<std::string> /*&values*/){};
|
||||
void GetMetadata(std::vector<std::string> &keys, std::vector<std::string> &values);
|
||||
};
|
||||
|
||||
#endif // __PLAYBACK_CS_H_
|
||||
|
Reference in New Issue
Block a user