obsidian-media-db-plugin
obsidian-media-db-plugin copied to clipboard
Movie OMDB - Pagination - missing results
- [x] The Plugin is up to date
- [x] Obsidian is up to date
Describe the bug it seems that pagination is not taking into account for the OMDB API. Example, when you search on "Seven", you only get a few results in the api but if you add the pagination, you get the next results. Example: https://www.omdbapi.com/?s=Seven&apikey=[your_Api_Key]&page=4
To Reproduce Search for Seven: you will only see a few results Go on the url with your API Key and add &page=2 ... you will see the other results (for sure, depending on the search, there might be a lot of pages).
Expected behavior Either a scroll or a pagination could be helpful because right now, some movies are missing.
Screenshots
Occurs on Tested on Windows. No idea for the others but I guess the behaviour is the same.
- [x] Windows
- [x] macOS
- [x] Linux
- [x] Android
- [x] iOS
Plugin version 0.6.0
Additional context Thank you for your help!