You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I realized that the cache stopped working (and falling back to the youtube 301-redirection) because each time I clear my caches, it deletes the lyteCache-Folder as well - and it isn't re-created automatically. This seems to come from
It seems to create the folder only if lyte_filter_local_thumb_doublecheck is enabled? Can you check that condition please?
(I am using the plugin to implement GDPR restrictions so simply redirecting to YouTube is actually worse than showing an error message or something, then at least I would have realised earlier that it was redirecting... Can I send you a pull request that disables lyte_thumb_fallback() via a filter, similar to lyte_filter_local_thumb_doublecheck ?)
The text was updated successfully, but these errors were encountered:
Hi,
I realized that the cache stopped working (and falling back to the youtube 301-redirection) because each time I clear my caches, it deletes the lyteCache-Folder as well - and it isn't re-created automatically. This seems to come from
f38e4d1
It seems to create the folder only if
lyte_filter_local_thumb_doublecheck
is enabled? Can you check that condition please?(I am using the plugin to implement GDPR restrictions so simply redirecting to YouTube is actually worse than showing an error message or something, then at least I would have realised earlier that it was redirecting... Can I send you a pull request that disables lyte_thumb_fallback() via a filter, similar to
lyte_filter_local_thumb_doublecheck
?)The text was updated successfully, but these errors were encountered: