mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
add viewed
This commit is contained in:
@@ -2,6 +2,7 @@ export var torrserverHost = ''
|
||||
// export var torrserverHost = 'http://127.0.0.1:8090'
|
||||
|
||||
export const torrentsHost = () => torrserverHost + '/torrents'
|
||||
export const viewedHost = () => torrserverHost + '/viewed'
|
||||
export const cacheHost = () => torrserverHost + '/cache'
|
||||
export const torrentUploadHost = () => torrserverHost + '/torrent/upload'
|
||||
export const settingsHost = () => torrserverHost + '/settings'
|
||||
|
||||
Reference in New Issue
Block a user