Removed unused semicolon

This commit is contained in:
2018-02-07 15:44:24 +01:00
parent ba69893e21
commit 7ee3ace83b

View File

@@ -34,7 +34,7 @@ function convertTmdbToSeasoned(tmdb, manualType = undefined) {
const seasoned = new TMDB( const seasoned = new TMDB(
title, year, type, id, summary, poster_path, background_path, title, year, type, id, summary, poster_path, background_path,
popularity, score, release_status, tagline, seasons, episodes, popularity, score, release_status, tagline, seasons, episodes
); );
// seasoned.print() // seasoned.print()