Skip to content

Commit

Permalink
- Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Jan 10, 2024
1 parent 7d3c547 commit 20ed0f8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1007,15 +1007,6 @@ function runApp() {
)
return null

case DBActions.PLAYLISTS.SET_QUICK_SAVE_TARGET_PLAYLIST:
await baseHandlers.playlists.setPlaylistAsQuickBookmarkTarget(data)
syncOtherWindows(
IpcChannels.SYNC_PLAYLISTS,
event,
{ event: SyncEvents.PLAYLISTS.SET_QUICK_SAVE_TARGET_PLAYLIST, data }
)
return null

case DBActions.PLAYLISTS.DELETE_VIDEO_IDS:
await baseHandlers.playlists.deleteVideoIdsByPlaylistId(data._id, data.videoIds)
// TODO: Syncing (implement only when it starts being used)
Expand Down

0 comments on commit 20ed0f8

Please sign in to comment.