Ability to query artists from navidrome with paging

This commit is contained in:
simojenki
2021-03-01 22:31:37 +11:00
parent 7a28bc5288
commit 3aa1056aa5
12 changed files with 341 additions and 126 deletions

View File

@@ -1,7 +1,7 @@
import encryption from '../src/encryption';
describe("encrypt", () => {
const e = encryption();
const e = encryption("secret squirrel");
it("can encrypt and decrypt", () => {
const value = "bobs your uncle"