Use finally

This commit is contained in:
Phan An 2017-12-12 00:05:51 +01:00
parent 024c87461a
commit ce66f06a26

View file

@ -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
}
}