mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-19 23:41:51 +02:00
* Fixed DbCmd_LogPlayback.
This commit is contained in:
parent
b2c9028b54
commit
3a9f0e9f86
@ -98,6 +98,9 @@ DatabaseCommand_LogPlayback::exec( DatabaseImpl* dbi )
|
||||
bool
|
||||
DatabaseCommand_LogPlayback::localOnly() const
|
||||
{
|
||||
return m_secsPlayed < 20;
|
||||
if ( m_action == Finished )
|
||||
return m_secsPlayed < 20;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user