Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Blanc committed Oct 29, 2023
1 parent 88f63bd commit 11e4ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/jellyfin/jellyfin-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class JellyfinClient {
if(error.response.status === 404) {
console.log(`Jellyfin returned 404 for [${error.request.path}]`)
} else {
console.error(`Error while requesting Jellyfin for path [${error.request.path] ${error.stack}`);
console.error(`Error while requesting Jellyfin for path [${error.request.path}] ${error.stack}`);
}
} else {
console.log(error);
Expand Down

0 comments on commit 11e4ad0

Please sign in to comment.