mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update shared dialogs
This commit is contained in:
parent
6e6017eeaf
commit
c17d97e0ba
28 changed files with 204 additions and 62 deletions
|
@ -8,10 +8,8 @@
|
|||
|
||||
// Delete the share since it was cancelled
|
||||
apiClient.ajax({
|
||||
|
||||
type: 'DELETE',
|
||||
url: apiClient.getUrl('Social/Shares/' + shareId)
|
||||
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -41,7 +39,7 @@
|
|||
|
||||
loading.hide();
|
||||
|
||||
sharingMenu.showMenu(options).then(function() {
|
||||
return sharingMenu.showMenu(options).then(function () {
|
||||
console.log('share success. shareId: ' + options.share.Id);
|
||||
}, function () {
|
||||
onSharingCancel(options, apiClient);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue