1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update translations

This commit is contained in:
Luke Pulverenti 2014-11-28 21:40:46 -05:00
parent fd256835ca
commit 256aa6655a
4 changed files with 132 additions and 11 deletions

View file

@ -38,7 +38,7 @@
var url = 'Providers/Subtitles/Subtitles/' + id;
$.get(ApiClient.getUrl(url)).done(function (result) {
ApiClient.get(ApiClient.getUrl(url)).done(function (result) {
$('.subtitleContent', page).html(result);