No longer relying on imgur API for albums. Removed config for imgur API. Fixed ?#0 URLs not being detected for imgur.

This commit is contained in:
2018-07-05 02:54:29 +02:00
parent f5382ddc37
commit 2cc15eecd0
4 changed files with 33 additions and 46 deletions

View File

@@ -67,9 +67,4 @@ module.exports = {
scope: 'history identity mysubreddits read subscribe',
},
},
methods: {
imgur: {
clientId: '1234567abcdefgh',
},
},
};