Gauthier
f2ed101e52
fix: use fs/promises for settings ( #1057 )
...
* fix: use fs/promises for settings
This PR switches from synchronous operations with the 'fs' module to asynchronous operations with
the 'fs/promises' module. It also corrects a small error with hostname migration.
* fix: add missing merge function of default and current config
* refactor: add more logs to migration
2024-10-31 15:51:57 +01:00
Brandon Cohen
8942eb8b7c
fix: pass in library type when scanning recently added items ( #3287 )
2023-01-27 21:53:46 +09:00
Ryan Cohen
c6a133d4e5
refactor: absolute imports with path alias ( #2960 ) [skip ci]
2022-08-22 11:02:46 +09:00
TheCatLady
9021696cf0
fix(lang): correct capitalization of 'TMDB' ( #2953 )
2022-08-20 12:23:16 +09:00
Danshil Kokil Mungur
0fa84eae8d
build(deps): bump dependencies ( #2796 )
2022-08-17 20:43:35 +09:00
Ryan Cohen
f5864b49de
refactor: update a few dev deps and convert to using type imports where possible ( #2886 )
...
* build: bump deps and add some new eslint rules
* refactor: run eslint --fix on code to convert to type imports where possible
2022-08-03 12:57:51 +09:00
TheCatLady
30644f65ea
fix(plex): find TV series in addition to movies from IMDb IDs ( #1830 )
2022-03-14 13:29:58 +00:00
Ryan Cohen
afda9c7dc2
feat(plex-scan): plex scanner improvements ( #2105 )
2021-09-20 09:39:56 +09:00
TheCatLady
6789b8701c
fix(plex): do not fail to scan empty libraries ( #1771 )
...
* fix(plex): do not fail to scan empty libraries
* fix(plex): ensure getLibraryContents returns array
2021-06-15 03:09:23 +00:00
sct
aa86809dc9
style: bump prettier and format app
2021-05-13 23:48:08 +09:00
sct
a51d2a24d5
feat(scan): add support for new plex tv agent ( #1144 )
2021-03-11 12:19:11 +09:00