X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fvideoapi.h;h=98cc3752866aa5bf43b1c89addb3c58129c21dff;hb=8cea1b650a0122369e8a3d60da1f263767b67614;hp=5a9f482913de2874d72633bc3fe298d9580cd5d2;hpb=27d78111811b1430671351239ed351e6273d191c;p=minitube diff --git a/src/videoapi.h b/src/videoapi.h index 5a9f482..98cc375 100644 --- a/src/videoapi.h +++ b/src/videoapi.h @@ -5,8 +5,8 @@ class VideoAPI { public: - enum Impl { YT3, IV }; - static Impl impl() { return IV; } + enum Impl { YT3, IV, JS }; + static Impl impl() { return JS; } private: VideoAPI() {}