Skip to content

Commit

Permalink
! Fix moving video position animation playing twice
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Jan 23, 2024
1 parent 88ccbcf commit f1d700d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/renderer/views/Playlist/Playlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ export default defineComponent({
}
try {
this.updatePlaylist(playlist)
this.playlistItems = playlistItems
} catch (e) {
showToast(this.$t('User Playlists.SinglePlaylistView.Toast["There was an issue with updating this playlist."]'))
console.error(e)
Expand Down Expand Up @@ -423,7 +422,6 @@ export default defineComponent({
}
try {
this.updatePlaylist(playlist)
this.playlistItems = playlistItems
} catch (e) {
showToast(this.$t('User Playlists.SinglePlaylistView.Toast["There was an issue with updating this playlist."]'))
console.error(e)
Expand Down

0 comments on commit f1d700d

Please sign in to comment.