From e4063b5880300c7a06b09732e94175e6c8ec8c4d Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Sat, 17 Sep 2022 20:56:48 -0400 Subject: [PATCH] remove datetype --- beetsplug/spotify.py | 1 - 1 file changed, 1 deletion(-) diff --git a/beetsplug/spotify.py b/beetsplug/spotify.py index 66b2b1084..ad9c775a5 100644 --- a/beetsplug/spotify.py +++ b/beetsplug/spotify.py @@ -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