Merge pull request #971 from zacharydenton/patch-1

Update type of last_played to library.DateType().
This commit is contained in:
Adrian Sampson 2014-09-18 15:21:34 -07:00
commit bec6d0f8ff

View file

@ -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,
}