Supports displaying short links, for easy downloading on TVs and Android TVs

This commit is contained in:
Vadim Babadzhanyan
2024-08-16 18:39:24 +03:00
parent 2ea37dd7ba
commit 0a33b1f7df
8 changed files with 45 additions and 3 deletions
+7
View File
@@ -57,6 +57,13 @@ class API {
});
}
async getUIShowLinks() {
return this.call({
method: 'get',
path: '/ui-show-links',
});
}
async getSession() {
return this.call({
method: 'get',