PlexRequests v1.6.1
Well here is a minor release containing a lot of bug fixes and also a few small enhancements!
Features
- We now support the use of a
Base Url
. We can now use Plex Requests.Net with Reverse Proxies! #72. Please Note You cannot set the base url to a page that the application uses. So your base URL cannot berequests
. It can berequest
as PlexRequests.Net does not use that page.
Once you have applied the base url you will need to restart PlexRequests. - We now cache movies/tv shows from Plex in Plex Requests. This allows us to change the search results, now if a user searches for something that is in Plex OR has been requested, we show them on the search results. #150
Bug Fixes
- On IE and FireFox the search bars was not showing the search text #145
- Fixed a bug where the Plex Scheduler was being executed on every HTTP request, this could make Plex use a lot of resource. #154
- Fixed all notifications not working on mono #152 #147 #141
- Reverted PlexRequests .Net to use .Net 4.5.2 because .Net 4.6 had some strange async issues with mono.