Skip to content

Commit

Permalink
Add missing IPC constants (#6509)
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue authored Jan 4, 2025
1 parent 2e28c69 commit b61a27b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const SyncEvents = {
CREATE: 'sync-create',
UPSERT: 'sync-upsert',
DELETE: 'sync-delete',
DELETE_MULTIPLE: 'sync-delete-multiple',
DELETE_ALL: 'sync-delete-all'
},

Expand All @@ -104,6 +105,7 @@ const SyncEvents = {

PLAYLISTS: {
UPSERT_VIDEO: 'sync-playlists-upsert-video',
UPSERT_VIDEOS: 'sync-playlists-upsert-videos',
DELETE_VIDEO: 'sync-playlists-delete-video',
},

Expand Down

0 comments on commit b61a27b

Please sign in to comment.