Skip to content

Commit

Permalink
$ Remove unused mapActions entries
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Sep 6, 2023
1 parent ca9816a commit 336c052
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/renderer/components/ft-list-video/ft-list-video.js
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,6 @@ export default defineComponent({
'openInExternalPlayer',
'updateHistory',
'removeFromHistory',
'addVideo',
'showAddToPlaylistPromptForManyVideos',
])
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ export default Vue.extend({
},

...mapActions([
'addVideo',
'addVideos',
'updatePlaylist',
'hideAddToPlaylistPrompt',
Expand Down
2 changes: 0 additions & 2 deletions src/renderer/components/watch-video-info/watch-video-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,6 @@ export default defineComponent({

...mapActions([
'openInExternalPlayer',
'addVideo',
'removeVideo',
'downloadMedia',
'showAddToPlaylistPromptForManyVideos',
])
Expand Down

0 comments on commit 336c052

Please sign in to comment.