Skip to content

Commit

Permalink
Set type to music
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryTheMole authored Apr 15, 2019
1 parent b07a35b commit c7070d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,14 @@ const builder = new addonBuilder({
name: defaults.name,
description: 'Radios from TuneIn',
resources: ['stream', 'meta', 'catalog'],
types: ['tv'],
types: ['music', 'tv'],
idPrefixes: [defaults.prefix],
icon: defaults.icon,
catalogs: [
{
id: defaults.prefix + 'cat',
name: 'TuneIn',
type: 'tv',
type: 'music',
extra: [{ name: 'search' }, { name: 'skip' }]
}
]
Expand Down

0 comments on commit c7070d9

Please sign in to comment.