-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add manual torrent adding #121
Conversation
Not sure if this is ready but it currently does not work. I tried to add the movie Inside Out 2 with the hash
EDIT: Just saw your message on Discord, I'll help to debug it :) EDIT 2: Fixed on the backend PR! |
Also the Request button is still visible after the movie is requested and added. This doesn't happen in |
Don't think that's the issue. Issue is that when someone requests the media, it's not added instantaneously into db after backend api call (sometimes it's quick sometimes it's slow). So you need to manually reload to see it |
No, it's there even when it is added. So it has the Manage and Delete buttons along with Request. |
Oh that's weird then. I suspect it's related to backend or maybe using old code to get from data |
This is fixed with the latest commit |
345fbe1
to
4b5dfa3
Compare
* feat: add discord release yml * chore(main): release 0.13.0 (#101) * chore: removed a sponsor * fix: update discord notification * chore: fix notification breaking syntax * fix: add new states to the frontend (#106) * add new states to frontend * lint the previous commit * add new states to summary view * lint the workflow at request of @AyushSehrawat * fix: minor statistics page improvement * chore(main): release 0.13.1 (#102) * feat: enable adding torrent with magnet links * feat: add folder information to manage sheet * style: make the button text clearer * refactor: cleanup debug code * feat: magnet link add for shows * feat: improve error messages * feat: information about the selected episode/season * refactor: remove debug property * style: formatting --------- Co-authored-by: Ayush Sehrawat <[email protected]> Co-authored-by: Spoked <[email protected]>
4b5dfa3
to
b44b4a9
Compare
Merge after rivenmedia/riven#785