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:
parent
60b70ad0c9
commit
cb9f250d32
3 changed files with 22 additions and 15 deletions
|
@ -12,7 +12,7 @@ define([], function() {
|
|||
}
|
||||
|
||||
function uploadContent(connectionManager, server, options) {
|
||||
return new Promise().resolve();
|
||||
return new Promise().reject();
|
||||
}
|
||||
|
||||
function syncMedia(connectionManager, server, options) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue