1
0
Fork 0
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:
Mark Linton 2013-07-13 10:59:12 -07:00
parent e796413aed
commit d2077f43d4

View file

@ -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) {