mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update translations
This commit is contained in:
parent
dd9184c35a
commit
7993ac7213
7 changed files with 61 additions and 52 deletions
6
dashboard-ui/thirdparty/apiclient/logger.js
vendored
Normal file
6
dashboard-ui/thirdparty/apiclient/logger.js
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
var Logger = {
|
||||
|
||||
log: function (str) {
|
||||
console.log(str);
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue