set default to fetch items manually
This commit is contained in:
parent
45ee108144
commit
5e350e3e2f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ angular.module('podcasts.database', [])
|
|||
dbBackend.createIndex("feedItem", "ixQueued", "queued");
|
||||
dbBackend.createObjStore("setting", "id", true);
|
||||
dbBackend.createIndex("setting", "ixName", "name", true);
|
||||
dbBackend.put("setting", {'name': "refreshInterval", 'value': 20000});
|
||||
dbBackend.put("setting", {'name': "refreshInterval", 'value': "0"});
|
||||
});
|
||||
|
||||
//Create or Open the local IndexedDB database via ixDbEz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue