Refactor embedding metadata to media

This commit is contained in:
Ritiek Malhotra
2020-03-25 02:04:24 +05:30
parent d154b2be20
commit c9a804268d
13 changed files with 349 additions and 261 deletions

View File

@@ -1,10 +1,10 @@
import spotipy
import spotipy.oauth2 as oauth2
from spotdl.metadata import MetadataBase
from spotdl.metadata import ProviderBase
class MetadataSpotify(MetadataBase):
class ProviderSpotify(ProviderBase):
def __init__(self, spotify=None):
self.spotify = spotify