Montellese / mediaimporter.emby

Media importer add-on for Kodi to import items from Emby servers into Kodi
GNU General Public License v2.0
12 stars 3 forks source link

emby.player.Player is not thread-safe #7

Closed Montellese closed 4 years ago

Montellese commented 4 years ago

Right now emby.player.Player is not thread-safe. Specifically Process() is being called by the service thread of the observer while the xbmc.Player callbacks are called from a different thread from Kodi.