senpaiski / TopAnimeStream

Watch anime stream on Windows, Mac or Linux
http://www.topanimestream.com
MIT License
87 stars 24 forks source link

"Home" bug #17

Closed pepijn809 closed 9 years ago

pepijn809 commented 9 years ago

After loggin in, the home tab is displayed. It looks good, but once you press on one of the "latest" animes. You are automaticly logged out.

Once you login, you end up at "home" again. Meaning this represents a loop.

senpaiski commented 9 years ago

I've look into this and you don't log out but instead you are redirected to the the login screen because it's the default page when the app is unable to find the link (404 not found). The onclick function in the home page for the latest episode list is not implemented so I just need to add a link that will start playing the episode automatically.

In other words, it's not implemented yet and It will be fix in the next version. Thanks!

pepijn809 commented 9 years ago

Great!

ty