A better error url
This commit is contained in:
parent
ba1d73d1aa
commit
81537754e8
@ -215,9 +215,9 @@ void PodcastParser::ParseItem(QXmlStreamReader* reader, Podcast* ret) const {
|
||||
if (!episode.publication_date().isValid()) {
|
||||
qLog(Error) << "Unable to parse date:" << date
|
||||
<< "Please submit it to "
|
||||
"> https://github.com/clementine-player/Clementine/"
|
||||
"issues/new?title=[podcast] Unable to parse date:"
|
||||
<< date <<" <";
|
||||
<< QUrl::toPercentEncoding(QString("https://github.com/clementine-player/Clementine/"
|
||||
"issues/new?title=[podcast]"
|
||||
" Unable to parse date: %1").arg(date));
|
||||
}
|
||||
} else if (name == "duration" && lower_namespace == kItunesNamespace) {
|
||||
// http://www.apple.com/itunes/podcasts/specs.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user