Explorar el Código

Bumped tv to 3.13.3-5401c32

Mark McDowall hace 7 años
padre
commit
0676f7a1d5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      conanfile.py

+ 1 - 1
conanfile.py

@@ -8,7 +8,7 @@ class PlexMediaPlayer(ConanFile):
   generators = "cmake"
 
   def requirements(self):
-    self.requires("web-client-tv/3.3.0-70a4215@plex/public")
+    self.requires("web-client-tv/3.13.3-5401c32@plex/public")
 
     if self.options.include_desktop:
       self.requires("web-client-desktop/3.20.6-b82494d@plex/public")