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

add suggested changes and fix a return statement

This commit is contained in:
dkanada 2019-01-22 02:24:12 +09:00
parent 60b70ad0c9
commit cb9f250d32
3 changed files with 22 additions and 15 deletions

View file

@ -12,7 +12,7 @@ define([], function() {
}
function uploadContent(connectionManager, server, options) {
return new Promise().resolve();
return new Promise().reject();
}
function syncMedia(connectionManager, server, options) {