Skip to content

Commit

Permalink
Fix original name for series
Browse files Browse the repository at this point in the history
  • Loading branch information
arvida42 committed Aug 28, 2024
1 parent cb755e7 commit ab02499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/meta/tmdb.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default class Tmdb {
});

return {
name: meta.name,
name: meta.original_name || meta.name,
year: parseInt(`${meta.first_air_date}`.split('-').shift()),
imdb_id: id,
type: 'series',
Expand Down

0 comments on commit ab02499

Please sign in to comment.