- remove the reddit rss support. This is better done by a 3rd party downloader to disk (i.e https://github.com/Pomax/reddit-image-catch-up)
This commit is contained in:
@@ -142,9 +142,6 @@ bool ImageSelector::imageInsideTimeWindow(const QVector<DisplayTimeWindow> &time
|
||||
|
||||
bool ImageSelector::imageMatchesFilter(const ImageDetails& imageDetails)
|
||||
{
|
||||
if(imageDetails.filename.find("https://") != std::string::npos)
|
||||
return imageInsideTimeWindow(imageDetails.options.timeWindows);
|
||||
|
||||
if(!QFileInfo::exists(QString(imageDetails.filename.c_str())))
|
||||
{
|
||||
Log("file not found: ", imageDetails.filename);
|
||||
|
||||
Reference in New Issue
Block a user