xbmc / inputstream.rtmp

RTMP input stream add-on for Kodi
GNU General Public License v2.0
15 stars 26 forks source link

fix sync-addon-metadata-translations.yml #92

Closed AlwinEsch closed 2 years ago

AlwinEsch commented 2 years ago

Jenkins error unrelated to here!

gade01 commented 2 years ago

This line will make it work: https://github.com/xbmc/inputstream.rtmp/pull/92/files#diff-687145e7b798c2310126b10cefeb5f179695e8151a273ca4db066212973c45aaR7

All other changes are unnecessary and the "old version" of the workflow. :)

AlwinEsch commented 2 years ago

Ups, thought that with change to

-          python -m pip install git+https://github.com/xbmc/sync_addon_metadata_translations.git
+          python -m pip install sync_addon_metadata_translations/

is change to new as looks a bit more clean :sweat:

gade01 commented 2 years ago

No worries, both ways will work fine ;)