Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
leepeuker committed Jun 26, 2023
1 parent 7519cea commit 1ca3f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Plex/PlexApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function findTmdbIdsOfWatchlistMovies(\Generator $plexWatchlistMovies, st
$this->logger->debug(
'Plex Api - Found tmdb id on plex',
[
'tmdbId' => (string)$tmdbId,
'tmdbId' => $tmdbId,
'plexTitle' => $moviePlexTitle,
'plexYear' => (string)$moviePlexYear,
],
Expand Down

0 comments on commit 1ca3f66

Please sign in to comment.