mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Refactor embedding metadata to media
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user