Remove support for Amazon because they are banned me for not making money off this.

This commit is contained in:
Jonathan Cremin 2019-03-11 20:13:10 +00:00
parent c32b756aba
commit fc33d1ea92
12 changed files with 5 additions and 197 deletions

View file

@ -5,7 +5,6 @@ export default function (sequelize, DataTypes) {
albumId: DataTypes.INTEGER,
externalId: { type: DataTypes.STRING(50), index: true }, // eslint-disable-line new-cap
service: DataTypes.ENUM( // eslint-disable-line new-cap
'amazon',
'deezer',
'google',
'itunes',