style: auto-fix linting issues

This commit is contained in:
JulienMaille 2026-01-16 19:49:47 +00:00 committed by github-actions[bot]
parent 63dbd9289b
commit bbad4318f3

View file

@ -337,7 +337,7 @@ const syncManager = {
try {
const existing = await this.pb.collection(PUBLIC_COLLECTION).getList(1, 1, {
filter: `uuid="${playlist.id}"`,
filter: `uuid="${playlist.id}"`,
p_id: playlist.id,
});
@ -357,7 +357,7 @@ const syncManager = {
try {
const existing = await this.pb.collection('public_playlists').getList(1, 1, {
filter: `uuid="${uuid}"`,
filter: `uuid="${uuid}"`,
p_id: uuid,
});