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()