Browse Source

Updated web clients

Mark McDowall 7 years ago
parent
commit
7b8dc9d908
1 changed files with 2 additions and 2 deletions
  1. 2 2
      conanfile.py

+ 2 - 2
conanfile.py

@@ -8,7 +8,7 @@ class PlexMediaPlayer(ConanFile):
   generators = "cmake"
 
   def requirements(self):
-    self.requires("web-client-tv/2.10.8-fd540f9@plex/public")
+    self.requires("web-client-tv/2.12.7-4d3ceb0@plex/public")
 
     if self.options.include_desktop:
-      self.requires("web-client-desktop/2.12.6-cced9c2@plex/public")
+      self.requires("web-client-desktop/3.0.0-478e654@plex/public")