Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27243b75 authored by Andreas Huber's avatar Andreas Huber
Browse files

Fix a typo in MediaPlayerFactory that would prevent us from

opting in to nuplayer for general media playback.

Change-Id: I050f5178aadbb0b8bf422861ef885745c0b9006a
parent ec29a2bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ void MediaPlayerFactory::unregisterFactory(player_type type) {
    }                                                   \
                                                        \
    if (0.0 == bestScore) {                             \
        bestScore = getDefaultPlayerType();             \
        ret = getDefaultPlayerType();                   \
    }                                                   \
                                                        \
    return ret;