diff --git a/labscore/constants.js b/labscore/constants.js index 7d4fc93..90d8456 100644 --- a/labscore/constants.js +++ b/labscore/constants.js @@ -1679,4 +1679,8 @@ module.exports.OMNI_ANIME_FORMAT_TYPES = Object.freeze({ module.exports.OMNI_MOVIE_TYPES = Object.freeze({ "movie": "Movie", "tv": "TV Show" -}) \ No newline at end of file +}) + +// Assets + +module.exports.SCREENSHOT_ASSET_REVISION = 250117; \ No newline at end of file