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:
2024-09-11 05:16:56 +02:00
parent dbc4c45601
commit e950a9ac54
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',
},
},
};