Skip to content

Commit 3e66b2e

Browse files
authored
Update dependencies
Update dependencies and commit package-lock.json
2 parents f622ac9 + 32d3414 commit 3e66b2e

File tree

4 files changed

+2150
-3
lines changed

4 files changed

+2150
-3
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.idea
22
node_modules/
33
npm-debug.log
4-
package-lock.json
54
bin/

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ This software is a part of __UnicornTranscoder__ project, it's a binary to repla
1717
* Set your load-balancer url in `config.js` (Note you can also set this as an environment variable called `LB_URL`, otherwise it will default to: `http://127.0.0.1:3001/'`, a slash is required at the end of the url (like the default value).
1818
* Build the binary with `npm start`
1919
* Replace the Plex binary called `Plex Transcoder` by the generated binary store in `bin`, choose the correct version (depending on your OS)
20+
21+
## Disclamer
22+
23+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24+
25+
__Pull Requests are welcome 😉__

0 commit comments

Comments
 (0)