mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 10:22:52 +00:00
kdeplasma-addons: use jpg as extensions for the flickr POTD provider image URL
while the URL is valid the image is jpg regardless (not png, go figure) Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
151c68b8de
commit
c84f261c05
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ static const QString s_flickrapiurl = QString::fromLatin1(
|
|||
"https://api.flickr.com/services/rest/?api_key=31f4917c363e2f76b9fc944790dcc338&format=json&method=flickr.interestingness.getList&date="
|
||||
);
|
||||
static const QString s_flickrimageurl = QString::fromLatin1(
|
||||
"https://live.staticflickr.com/%1/%2_%3_b.png"
|
||||
"https://live.staticflickr.com/%1/%2_%3_b.jpg"
|
||||
);
|
||||
|
||||
POTDPROVIDER_EXPORT_PLUGIN(FlickrProvider, "FlickrProvider", "")
|
||||
|
|
Loading…
Add table
Reference in a new issue