mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Store imdbid as is
This commit is contained in:
@@ -239,7 +239,7 @@ class Release extends Model
|
||||
'adddate' => $addedDate,
|
||||
'videos_id' => $videoId,
|
||||
'tv_episodes_id' => $episodeId,
|
||||
'imdbid' => imdb_id_pad($imDbId),
|
||||
'imdbid' => $imDbId,
|
||||
'anidbid' => $aniDbId,
|
||||
'movieinfo_id' => $movieInfoId !== null ? $movieInfoId->id : $movieInfoId,
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user