mirror of
https://github.com/jellyfin/jellyfin-plugin-webhook.git
synced 2025-02-17 05:27:38 +00:00
Add tvmaze to discord template
This commit is contained in:
parent
894cb03eff
commit
b14b0258b0
@ -44,9 +44,17 @@
|
||||
{{~#if_exist Provider_musicbrainzalbum~}}
|
||||
[MusicBrainz Album](https://musicbrainz.org/release/{{Provider_musicbrainzalbum}})\n
|
||||
{{~/if_exist~}}
|
||||
{{#if_exist Provider_theaudiodbalbum}}
|
||||
{{~#if_exist Provider_theaudiodbalbum~}}
|
||||
[TADb Album](https://theaudiodb.com/album/{{Provider_theaudiodbalbum}})\n
|
||||
{{~/if_exist~}}
|
||||
{{~#if_exist Provider_tvmaze~}}
|
||||
{{~#if_equals ItemType 'Episode'~}}
|
||||
[TVMaze](https://www.tvmaze.com/episodes/{{Provider_tvmaze}})\n
|
||||
{{~/if_equals~}}
|
||||
{{~#if_equals ItemType 'Series'~}}
|
||||
[TVMaze](https://www.tvmaze.com/shows/{{Provider_tvmaze}})\n
|
||||
{{~/if_equals~}}
|
||||
{{~/if_exist~}}
|
||||
[Jellyfin]({{ServerUrl}}/web/index.html#!/details?id={{ItemId}}&serverId={{ServerId}})"
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user