Phase 1: lock cron, reload chaud, argon2, providers, IMDb lookup, cache LRU, /health, /metrics, rate limit, UI dark, biome
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { join } from 'node:path';
|
||||
import { MOVIE_DIR, TV_DIR, JUSTWATCH_MOVIE_DIR, JUSTWATCH_TV_DIR } from '../config.js';
|
||||
import { JUSTWATCH_MOVIE_DIR, JUSTWATCH_TV_DIR, MOVIE_DIR, TV_DIR } from '../config.js';
|
||||
|
||||
export function bucket(id) {
|
||||
return String(Math.floor(id / 1000));
|
||||
|
||||
Reference in New Issue
Block a user