This commit is contained in:
simojenki
2022-01-07 13:26:19 +11:00
parent e37a09c266
commit 50cb5b2550
5 changed files with 5163 additions and 5206 deletions

View File

@@ -17,7 +17,7 @@ import {
} from "../src/music_service";
import { b64Encode } from "../src/b64";
import { artistImageURN } from "../src/subsonic";
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)}`;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff