Browse Source

Update TV app to 2.13.1-be42e24

Mark McDowall 8 years ago
parent
commit
e31254ea9d
1 changed files with 1 additions and 1 deletions
  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/2.13.1-93689d3@plex/public")
+    self.requires("web-client-tv/2.13.1-be42e24@plex/public")
 
     if self.options.include_desktop:
       self.requires("web-client-desktop/3.0.1-dd2abb1@plex/public")