diff --git a/lib/CP_movies.js b/lib/CP_movies.js index 284121a7..41a917e7 100644 --- a/lib/CP_movies.js +++ b/lib/CP_movies.js @@ -2331,7 +2331,7 @@ if (Math.ceil(os.freemem()) < 50) { season = parseInt(ps.replace(/[^0-9]/g, '')) + ''; } if (ps.replace(/[^0-9]/g, '')) { - var season_ = episode_parser(ps); + var season_ = episode_parser('TV.' + ps + '.TV'); if ( season_ && typeof season_.season !== 'undefined' @@ -2347,7 +2347,7 @@ if (Math.ceil(os.freemem()) < 50) { episode = parseInt(pe.replace(/[^0-9]/g, '')) + ''; } if (pe.replace(/[^0-9]/g, '')) { - var episode_ = episode_parser(pe); + var episode_ = episode_parser('TV.' + pe + '.TV'); if ( episode_ && typeof episode_.episode !== 'undefined'