From 45ebccd4851338c5621c9009908a93fa2d7d8913 Mon Sep 17 00:00:00 2001 From: Carey Metcalfe Date: Tue, 10 Mar 2020 20:53:55 -0400 Subject: [PATCH] Change hosted URL to HTTPS --- .gitignore | 1 + README.md | 2 +- app/common/json_changelog.json | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7d495b8..d2c730c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ images/Thumbs.db bower_components +dist node_modules /.tmp /.ssh diff --git a/README.md b/README.md index 849e1bd..0ae2cbd 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You will need a Subsonic server to be able to play your own music. Subsonic is a media streamer, providing ubiquitous access to your music. Use it to share your music with friends, or to listen to your own music while at work. Please see http://www.subsonic.org -* Hosted version: http://jamstash.com +* Hosted version: https://jamstash.com * Getting Started https://github.com/tsquillario/Jamstash/wiki/Getting-Started * Twitter (Release Announcements): https://twitter.com/JamstashApp * Github Repo: https://github.com/tsquillario/Jamstash diff --git a/app/common/json_changelog.json b/app/common/json_changelog.json index 7c1e299..39cf244 100644 --- a/app/common/json_changelog.json +++ b/app/common/json_changelog.json @@ -6,7 +6,6 @@ { "text": "- Fix seeking and duration for transcoded streams (thanks mvn23!)" }, { "text": "- Fix media key detection" }, { "text": "- Other UI/usability fixes and improvements" } - ] }, {