add refresh token to spotify

This commit is contained in:
2023-12-24 14:07:52 -03:00
parent 7a38d774c3
commit 9ef8af8e23
2 changed files with 46 additions and 26 deletions

View File

@@ -81,6 +81,7 @@ namespace Kasbot.Services
{
case SearchType.StringSearch:
case SearchType.VideoURL:
case SearchType.VideoPlaylistURL:
case SearchType.SpotifyTrack:
Logger.Debug($"Fetching {media.Search} as {mediaType}");
@@ -97,7 +98,6 @@ namespace Kasbot.Services
conn.Queue.Enqueue(media);
break;
case SearchType.VideoPlaylistURL:
case SearchType.YoutubePlaylist:
case SearchType.SpotifyPlaylist:
case SearchType.SpotifyAlbum: