update constants

This commit is contained in:
bignutty 2025-01-17 17:47:47 +01:00
parent 35d5d9a6a8
commit 418d819d05

View file

@ -1680,3 +1680,7 @@ module.exports.OMNI_MOVIE_TYPES = Object.freeze({
"movie": "Movie",
"tv": "TV Show"
})
// Assets
module.exports.SCREENSHOT_ASSET_REVISION = 250117;