Skip to content

Commit

Permalink
Removing the empty toast
Browse files Browse the repository at this point in the history
This was introduced by my last pull FreeTubeApp#2493
  • Loading branch information
MarmadileManteater committed Aug 21, 2022
1 parent a151085 commit 78bd821
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/renderer/components/ft-video-player/ft-video-player.js
Original file line number Diff line number Diff line change
Expand Up @@ -570,10 +570,6 @@ export default Vue.extend({
})
})
})
}).catch((error) => {
this.showToast({
message: error.message
})
})
},

Expand Down

0 comments on commit 78bd821

Please sign in to comment.