mirror of
https://github.com/streamyfin/streamyfin.git
synced 2025-08-20 18:37:18 +02:00
chore
This commit is contained in:
@@ -96,7 +96,6 @@ export default function search() {
|
||||
} else {
|
||||
if (!settings?.marlinServerUrl) return [];
|
||||
|
||||
console.log(settings.marlinServerUrl);
|
||||
const url = `${
|
||||
settings.marlinServerUrl
|
||||
}/search?q=${encodeURIComponent(query)}&includeItemTypes=${types
|
||||
@@ -105,8 +104,6 @@ export default function search() {
|
||||
|
||||
const response1 = await axios.get(url);
|
||||
|
||||
console.log(response1.statusText);
|
||||
|
||||
const ids = response1.data.ids;
|
||||
|
||||
if (!ids || !ids.length) return [];
|
||||
|
||||
Reference in New Issue
Block a user