Skip to content

Commit

Permalink
Update Utils.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jokob-sk authored Nov 5, 2023
1 parent 16351cc commit f0e395e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type Image = {
}


const images = importAll(require.context('./config/local_artwork', true, /\.(png|jpe?g|svg|gif|webp)$/));
const images = importAll(require.context('./config/local_artwork', true, /\.(png|jpe?g|svg|gif|webp|mp4)$/));
const folders = getFolders(images);
let backgroundsList = [] as string[];

Expand Down

0 comments on commit f0e395e

Please sign in to comment.