From 580febd4e31bf9dd3d03fc090b365c18e8faada1 Mon Sep 17 00:00:00 2001 From: "Abdulmhsen B. A. A" Date: Fri, 15 Apr 2022 20:32:14 +0300 Subject: [PATCH] fixed typo. --- src/Libs/Servers/JellyfinServer.php | 4 ++-- src/Libs/Servers/PlexServer.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Libs/Servers/JellyfinServer.php b/src/Libs/Servers/JellyfinServer.php index 3f8be1cd..ffeae8a4 100644 --- a/src/Libs/Servers/JellyfinServer.php +++ b/src/Libs/Servers/JellyfinServer.php @@ -552,7 +552,7 @@ class JellyfinServer implements ServerInterface } catch (PathNotFoundException $e) { $this->logger->error( sprintf( - 'Failed to find media items path in %s - %s - response. Most likely empty section? report error: \'%s\'.', + 'Failed to find media items path in %s - %s - response. Most likely empty section? reported error: \'%s\'.', $this->name, $cName, $e->getMessage() @@ -805,7 +805,7 @@ class JellyfinServer implements ServerInterface } catch (PathNotFoundException $e) { $this->logger->error( sprintf( - 'Failed to find media items path in %s - %s - response. Most likely empty section? report error: \'%s\'.', + 'Failed to find media items path in %s - %s - response. Most likely empty section? reported error: \'%s\'.', $this->name, $cName, $e->getMessage() diff --git a/src/Libs/Servers/PlexServer.php b/src/Libs/Servers/PlexServer.php index c34c9f16..50647d95 100644 --- a/src/Libs/Servers/PlexServer.php +++ b/src/Libs/Servers/PlexServer.php @@ -576,7 +576,7 @@ class PlexServer implements ServerInterface } catch (PathNotFoundException $e) { $this->logger->error( sprintf( - 'Failed to find media items path in %s - %s - response. Most likely empty library? report error: \'%s\'.', + 'Failed to find media items path in %s - %s - response. Most likely empty library? reported error: \'%s\'.', $this->name, $cName, $e->getMessage() @@ -823,7 +823,7 @@ class PlexServer implements ServerInterface } catch (PathNotFoundException $e) { $this->logger->error( sprintf( - 'Failed to find media items path in %s - %s - response. Most likely empty library? report error: \'%s\'.', + 'Failed to find media items path in %s - %s - response. Most likely empty library? reported error: \'%s\'.', $this->name, $cName, $e->getMessage()