mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
* Fixed DbCmd_LogPlayback.
This commit is contained in:
@@ -98,6 +98,9 @@ DatabaseCommand_LogPlayback::exec( DatabaseImpl* dbi )
|
|||||||
bool
|
bool
|
||||||
DatabaseCommand_LogPlayback::localOnly() const
|
DatabaseCommand_LogPlayback::localOnly() const
|
||||||
{
|
{
|
||||||
return m_secsPlayed < 20;
|
if ( m_action == Finished )
|
||||||
|
return m_secsPlayed < 20;
|
||||||
|
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user