Browse Source

Bump desktop web-client

Tobias Hieta 8 năm trước cách đây
mục cha
commit
412b148128
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      conanfile.py

+ 1 - 1
conanfile.py

@@ -4,7 +4,7 @@ import os
 class PlexMediaPlayer(ConanFile):
   settings = "os", "compiler", "build_type", "arch"
   requires = (
-    "web-client-desktop/2.10.10-5b610ec@plex/stable",
+    "web-client-desktop/2.10.10-7dc596a@plex/stable",
     "web-client-tv/2.10.8-cbaa73c@plex/stable"
   )