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