rsummers618 / HTPC_Alexa_Skill

Control Kodi Netflix and Chrome with your Amazon Echo
51 stars 24 forks source link

Issue #4: feature toggling #6

Closed bcliang closed 8 years ago

bcliang commented 8 years ago

Features implemented on the kodi side:

bcliang commented 8 years ago

@rsummers618 service.py tries to access cfg.netflix_enabled, which is not a valid variable. It should be cfg.enable_netflix instead. Fix should be made on lines 210 and 329 (exists in my ../moresettings branch).

Sorry about that; didn't want to do another pull request just for that modification -- please add to your next commit.

rsummers618 commented 8 years ago

No problem, I've got a few tweaks I want to make in the settings anyway.

Working on it now

Thanks for the work