X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=app%2FConsole%2FCommands%2FSyncSpeedGaming.php;h=c2fa36820af063ed59cc6f62482f4e2e129ae49e;hb=3dc03a6a0d6ec624c1c66d96691af6a09d461302;hp=ce8b10c4a7e4faf5fbacd86f58ca9b3d5016c9c2;hpb=7d018a20dfb545cefb1f28627841d9995052c1f6;p=alttp.git diff --git a/app/Console/Commands/SyncSpeedGaming.php b/app/Console/Commands/SyncSpeedGaming.php index ce8b10c..c2fa368 100644 --- a/app/Console/Commands/SyncSpeedGaming.php +++ b/app/Console/Commands/SyncSpeedGaming.php @@ -283,6 +283,9 @@ class SyncSpeedGaming extends Command { if ($channel) { return $channel; } + return $episode->channels() + ->where('ext_id', 'LIKE', 'sg:%') + ->first(); } private function getUserBySGPlayer($player) {