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

update voice

This commit is contained in:
Luke Pulverenti 2016-07-06 14:39:04 -04:00
parent 6e90fe1460
commit aece94029c
13 changed files with 300 additions and 249 deletions

View file

@ -1,5 +1,4 @@

define([], function () {
define([], function () {
return function (result) {
result.success = true;
@ -12,5 +11,4 @@ define([], function () {
return;
}
}
});