mirror of
https://github.com/koel/koel
synced 2024-11-24 21:23:06 +00:00
Use finally
This commit is contained in:
parent
024c87461a
commit
ce66f06a26
1 changed files with 1 additions and 1 deletions
|
@ -56,8 +56,8 @@ export default {
|
|||
try {
|
||||
await youtubeService.searchVideosRelatedToSong(this.song)
|
||||
this.videos = this.song.youtube.items
|
||||
this.loading = false
|
||||
} catch (e) {
|
||||
} finally {
|
||||
this.loading = false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue