plexinc / plex-for-kodi

Offical Plex for Kodi add-on releases.
GNU General Public License v2.0
249 stars 124 forks source link

Translate LOGNOTICE (deprecated) in LOGINFO #328

Closed MrPumo closed 3 years ago

MrPumo commented 4 years ago

GHI (If applicable): #

Description:

Fixed deprecated LOG level LOGNOTICE, modifing it in LOGINFO ref. https://forum.kodi.tv/showthread.php?tid=353818

Checklist:

MrPumo commented 3 years ago

Presence of LOGNOTICE lead to the following error that avoid add-on start: 2020-10-01 12:50:05.832 T:916 ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

ruuk commented 3 years ago

I cherry-picked your commit onto develop, as develop-kodi19 is just develop with the updated addon.xml (keeping a single code base). Thanks for the fix!