New: Goodreads Shelves + Owned Books notifications

This commit is contained in:
ta264
2020-07-12 21:25:19 +01:00
parent 3504cbe9cd
commit 821aa90b14
17 changed files with 586 additions and 62 deletions
@@ -6,7 +6,7 @@ import AutoCompleteInput from './AutoCompleteInput';
import CaptchaInputConnector from './CaptchaInputConnector';
import CheckInput from './CheckInput';
import DeviceInputConnector from './DeviceInputConnector';
import PlaylistInputConnector from './PlaylistInputConnector';
import BookshelfInputConnector from './BookshelfInputConnector';
import KeyValueListInput from './KeyValueListInput';
import MonitorBooksSelectInput from './MonitorBooksSelectInput';
import NumberInput from './NumberInput';
@@ -39,8 +39,8 @@ function getComponent(type) {
case inputTypes.DEVICE:
return DeviceInputConnector;
case inputTypes.PLAYLIST:
return PlaylistInputConnector;
case inputTypes.BOOKSHELF:
return BookshelfInputConnector;
case inputTypes.KEY_VALUE_LIST:
return KeyValueListInput;