jellyfin-archive / jellyfin-android-original

Android Client for Jellyfin
https://jellyfin.org
GNU General Public License v2.0
272 stars 65 forks source link

Fall back to login screen if the server is offline #166

Open jitheshkt opened 5 years ago

jitheshkt commented 5 years ago

Use case:

If you have two servers added, and you log in to one. All works fine. But when you take that server down and try to open the app again, it will show a loading screen and nothing happens. I guess because the app is trying to connect to the previously active server but which is currently offline at the moment. We need to clear the data again to fix it.