Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 154756
Collapse All | Expand All

(-)amarok/src/playlistloader.cpp.orig (-1 / +5 lines)
Lines 203-209 Link Here
203
            } break;
203
            } break;
204
204
205
        case PlaylistFile::NotPlaylist:
205
        case PlaylistFile::NotPlaylist:
206
            (EngineController::canDecode( url ) ? urls : m_badURLs) += url;
206
            //
207
            // GORDO: canDecode fails badly, for the moment, ignore it.
208
            //
209
            //(EngineController::canDecode( url ) ? urls : m_badURLs) += url;
210
            urls += url;
207
        }
211
        }
208
212
209
        if( urls.count() == OPTIMUM_BUNDLE_COUNT || it == last ) {
213
        if( urls.count() == OPTIMUM_BUNDLE_COUNT || it == last ) {

Return to bug 154756