Skip to content

Commit

Permalink
Update VRT Nu service - rebranded to VRT Max
Browse files Browse the repository at this point in the history
  • Loading branch information
ITSYV authored Apr 22, 2024
1 parent 55290b4 commit 2e6dd3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/services/vrtnu-be/VrtnuBeService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { Service } from '@models/Service';

export const VrtnuBeService = new Service({
id: 'vrtnu-be',
name: 'VRTNu BE',
homePage: 'https://www.vrt.be/vrtnu',
hostPatterns: ['*://*.vrtnu.be/*', '*://*.vrt.be/vrtnu/*'],
name: 'VRT Max BE',
homePage: 'https://www.vrt.be/vrtmax',
hostPatterns: ['*://*.vrtnu.be/*', '*://*.vrtmax.be/*', '*://*.vrt.be/vrtmax/*'],
hasScrobbler: true,
hasSync: false,
hasAutoSync: false,
Expand Down

0 comments on commit 2e6dd3f

Please sign in to comment.