-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
can not delete media from app #83
Comments
Tizen app just wraps In Tizen 3 emulator: It is not easy to get logs from app: #79 (comment) When you click on |
no, nothing appears; after click on delete media the menu is closed |
So, the problem is on the client side. What version of Tizen? |
server: 10.7.5
Yes, it works; when I try to delete a video I have a dialog box from tizen sdk, that ask me if I want to delete the media with two choice [yes, no]; and delete it. |
Yeah, I think the same. Also Tizen 2.3 uses the old WebKit engine.
I suspect it is using a different engine. For your case, you can change https://github.com/jellyfin/jellyfin-web/blob/e27131edf0462c557d1c53ea4ee65fa6f4ac5b5c/src/components/confirm/confirm.js#L63 |
mozilla gecko and other stuff Another strange behavior is at the login screen, after I put the IP of the server the JF app ask me the username and password; that's ok, but when I typed the username and press OK button to the keyboard widget to close that and select the password field, the app try to connect to the JF server and not allow me to add a password, obviously it failed, my workaround is to fill the password field before the username and then after a failed login attempt fill the username field... |
Looks the same as app (WebKit). Then I don't know why it works smoother. I always press |
I have the latest server version and the latest git version of tizen app and when I try to delete a media from app this not work, if I try to delete the same media via web interface, jellyfin remove it correctly.
is this a know issue? where can i find the log to help you to fix this? thx
The text was updated successfully, but these errors were encountered: