This commit is contained in:
simojenki
2022-07-29 13:45:57 +10:00
parent 38f53168fa
commit add87e5df9
9 changed files with 90 additions and 80 deletions

View File

@@ -17,7 +17,7 @@ import {
} from "../src/music_service";
import { b64Encode } from "../src/b64";
import { artistImageURN } from "../src/subsonic/library";
import { artistImageURN } from "../src/subsonic/generic";
const randomInt = (max: number) => Math.floor(Math.random() * Math.floor(max));
const randomIpAddress = () => `127.0.${randomInt(255)}.${randomInt(255)}`;