mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
correct game url
This commit is contained in:
parent
e796413aed
commit
d2077f43d4
1 changed files with 1 additions and 1 deletions
|
@ -792,7 +792,7 @@
|
|||
|
||||
}
|
||||
if (providerIds.Gamesdb)
|
||||
links.push('<a class="textlink" href="http://www.games-db.com/Game/' + providerIds.Gamesdb + '" target="_blank">GamesDB</a>');
|
||||
links.push('<a class="textlink" href="http://thegamesdb.net/game/' + providerIds.Gamesdb + '" target="_blank">GamesDB</a>');
|
||||
|
||||
|
||||
if (links.length) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue