mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 23:12:51 +01:00
Merge pull request #971 from zacharydenton/patch-1
Update type of last_played to library.DateType().
This commit is contained in:
commit
bec6d0f8ff
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ class MPDStatsPlugin(plugins.BeetsPlugin):
|
|||
item_types = {
|
||||
'play_count': types.INTEGER,
|
||||
'skip_count': types.INTEGER,
|
||||
'last_played': library.Date(),
|
||||
'last_played': library.DateType(),
|
||||
'rating': types.FLOAT,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue