Fixed subsonic scrobble command + internal scrobbler: do not record listen that have been played for less than 5s
This commit is contained in:
@@ -30,7 +30,7 @@ namespace Scrobbling
|
||||
|
||||
private:
|
||||
void listenStarted(const Listen& listen) override;
|
||||
void listenFinished(const Listen& listen, std::chrono::seconds duration) override;
|
||||
void listenFinished(const Listen& listen, std::optional<std::chrono::seconds> duration) override;
|
||||
|
||||
void addListen(const Listen& listen, const Wt::WDateTime& timePoint) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user