josephschmitt / alexa-libby

A skill to ask Alexa about your Movie and TV Show library queues.
https://josephschmitt.github.io/alexa-libby/
MIT License
51 stars 18 forks source link

Search for movie when adding to Radarr list #8

Closed hackworth closed 7 years ago

hackworth commented 7 years ago

Fixes issue #7

codecov[bot] commented 7 years ago

Codecov Report

Merging #8 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #8   +/-   ##
=======================================
  Coverage   78.37%   78.37%           
=======================================
  Files          16       16           
  Lines         222      222           
=======================================
  Hits          174      174           
  Misses         48       48
Impacted Files Coverage Δ
src/api/radarr.js 9.09% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0a31f7e...dd55f8a. Read the comment docs.

josephschmitt commented 7 years ago

Mind bumping the version number to 1.1.8 in the package json? Then run npm insall one more time so it updates the package-lock file, and add both those files to this PR. Then I can merge.

hackworth commented 7 years ago

npm install didn't update the package-lock file automatically, so I updated both manually.

Sonarr automatically searches so this isn't needed there.

josephschmitt commented 7 years ago

👍