Currently the sync server since=timestamp delta is 30 days max. This is to keep server load reasonably low. However, this means that if Videobox doesn't sync for more than 30 days it won't able to catch up for any added series after the 30th day.
To fix this Videobox should trigger an import operation to fetch the whole database again. This should be quite straight forward since sync logic already handles conflict with any data already present in the database.
Currently the sync server
since=timestampdelta is 30 days max. This is to keep server load reasonably low. However, this means that if Videobox doesn't sync for more than 30 days it won't able to catch up for any added series after the 30th day.To fix this Videobox should trigger an import operation to fetch the whole database again. This should be quite straight forward since sync logic already handles conflict with any data already present in the database.