Skip to content

Commit

Permalink
add unique id to identify episodes
Browse files Browse the repository at this point in the history
  • Loading branch information
maddox committed Dec 2, 2020
1 parent a94a94b commit 34f130e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions PlutoIPTV/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,11 @@ ${m3uUrl}
attrs: { system: 'onscreen' },
text: programme.episode.number,
},
{
name: 'episode-num',
attrs: { system: 'pluto' },
text: programme.episode._id,
},
{
name: 'episode-num',
attrs: { system: 'original-air-date' },
Expand Down

0 comments on commit 34f130e

Please sign in to comment.