remove datetype

This commit is contained in:
Alok Saboo 2022-09-17 20:56:48 -04:00
parent 85b500e41a
commit e4063b5880

View file

@ -57,7 +57,6 @@ class SpotifyPlugin(MetadataSourcePlugin, BeetsPlugin):
'spotify_tempo': types.FLOAT,
'spotify_time_signature': types.INTEGER,
'spotify_valence': types.FLOAT,
'spotify_updated': DateType(),
}
# Base URLs for the Spotify API