moving things around

This commit is contained in:
simojenki
2022-03-06 17:42:03 +11:00
parent ac266a3c46
commit d1ff224e89
8 changed files with 57 additions and 61 deletions

View File

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