fix: Amazon Prime ID 9|119 kombiniert (Duplikat-Bug bei TMDb), Paramount+ hinzugefügt
This commit is contained in:
@@ -488,12 +488,13 @@ router.get('/xrel-cached', authenticate, (req, res) => {
|
|||||||
// ── Streaming Top 10 pro Anbieter ──────────────────────────────────────────────
|
// ── Streaming Top 10 pro Anbieter ──────────────────────────────────────────────
|
||||||
// TMDb Watch-Provider-IDs für Deutschland (watch_region=DE)
|
// TMDb Watch-Provider-IDs für Deutschland (watch_region=DE)
|
||||||
const STREAMING_PROVIDERS = [
|
const STREAMING_PROVIDERS = [
|
||||||
{ id: 'netflix', label: 'Netflix', tmdbId: 8 },
|
{ id: 'netflix', label: 'Netflix', tmdbId: '8' },
|
||||||
{ id: 'disney', label: 'Disney+', tmdbId: 337 },
|
{ id: 'disney', label: 'Disney+', tmdbId: '337' },
|
||||||
{ id: 'prime', label: 'Amazon Prime Video', tmdbId: 119 },
|
{ id: 'prime', label: 'Amazon Prime Video', tmdbId: '9|119' },
|
||||||
{ id: 'appletv', label: 'Apple TV+', tmdbId: 350 },
|
{ id: 'appletv', label: 'Apple TV+', tmdbId: '350' },
|
||||||
{ id: 'wow', label: 'WOW (Sky)', tmdbId: 30 },
|
{ id: 'paramount', label: 'Paramount+', tmdbId: '531' },
|
||||||
{ id: 'rtlplus', label: 'RTL+', tmdbId: 421 },
|
{ id: 'wow', label: 'WOW (Sky)', tmdbId: '30' },
|
||||||
|
{ id: 'rtlplus', label: 'RTL+', tmdbId: '421' },
|
||||||
];
|
];
|
||||||
|
|
||||||
router.get('/streaming/providers', authenticate, (req, res) => {
|
router.get('/streaming/providers', authenticate, (req, res) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user