Skip to content
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

Fixed hang issue when search icon not loaded #142

Merged
merged 1 commit into from
Sep 25, 2017

Commits on Jul 11, 2015

  1. Fixed hang issue when search icon not loaded

    If, during the loading of the icon for the search provider
    the icon couldn't be loaded (eg. download timeout)
    the system would hang after loading the search results
    because each time the result table would go to display
    a result it would attempt to reload the icon from the
    search provider.  In the case (well, for me anyway)
    themoviedb/favicon.ico would timeout when loading
    every time I attempted to interact with the loaded list
    it would attempt a re-load of the icon.
    
    This could be smarter (e.g. after the current operation
    queue has completed reset the icon to blank and attempt
    a reload) however in its current form it solves a problem
    dagronf committed Jul 11, 2015
    Configuration menu
    Copy the full SHA
    20673c8 View commit details
    Browse the repository at this point in the history