Преглед изворни кода

Update TV app to ade70eb
Fixes #481

Eric Matthys пре 8 година
родитељ
комит
fc594ee1b4
1 измењених фајлова са 1 додато и 1 уклоњено
  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.10.8-3c44295@plex/public")
+    self.requires("web-client-tv/2.10.8-ade70eb@plex/public")
 
     if self.options.include_desktop:
       self.requires("web-client-desktop/2.12.5-9b613e8@plex/public")