From 1fcb51669a22f2c93d57c082ec077885bca79f12 Mon Sep 17 00:00:00 2001 From: abdulmohsen Date: Thu, 14 Jul 2022 20:05:20 +0300 Subject: [PATCH] typo fix. --- src/Commands/State/PushCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Commands/State/PushCommand.php b/src/Commands/State/PushCommand.php index 6bcc2dd3..de8e9942 100644 --- a/src/Commands/State/PushCommand.php +++ b/src/Commands/State/PushCommand.php @@ -52,8 +52,8 @@ class PushCommand extends Command This command push webhook updated play state to export enabled backends. You should not run this manually and instead rely on scheduled task to run this command. - This command require the metadata to be already saved in database. - If no metadata available for a backend the item will be ignored for that backend. + This command require the metadata to be already saved in database. + If no metadata available for a backend, then the item will be ignored for that backend. If the item was ignored during {route} run, it will be picked up later by next {export_route} run.