Skip to content

Commit

Permalink
Integrate into job modal js
Browse files Browse the repository at this point in the history
  • Loading branch information
leepeuker committed Jun 27, 2023
1 parent cbdee83 commit 1e48588
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/js/job-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ function setJobModalTitle(jobType) {
case 'letterboxd_import_history':
title = 'History imports';
break;
case 'plex_import_watchlist':
title = 'Watchlist imports';
break;
default:
throw new Error('Not supported job type: ' + jobType);
}
Expand Down

0 comments on commit 1e48588

Please sign in to comment.