Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
Remove wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EsotericEnderman committed Aug 3, 2024
1 parent 59db16e commit 946eb32
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scripts/revert-changes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export function revertChanges() {
for (const loadingVideo of splashesToRemove) {
const fullFilePath = moviesFolder + "/" + loadingVideo;

// Save content to new file, in case the user wants to re-add the loading videos
const split = fullFilePath.split(".");
split[1] = archivedVideoEnding;

Expand Down

0 comments on commit 946eb32

Please sign in to comment.