mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
add gui support for experimental yt caching code
Conflicts: data/locale/deutsch.locale data/locale/english.locale src/gui/moviebrowser.cpp src/system/locals.h src/system/locals_intern.h
This commit is contained in:
@@ -70,7 +70,7 @@ std::string cYTVideoInfo::GetUrl(int *fmt, bool mandatory)
|
||||
fmt = &default_fmt;
|
||||
|
||||
yt_urlmap_iterator_t it;
|
||||
if (*fmt) {
|
||||
if (fmt) {
|
||||
if ((it = formats.find(*fmt)) != formats.end()) {
|
||||
return it->second.GetUrl();
|
||||
}
|
||||
|
Reference in New Issue
Block a user