plex-ruby
Advanced tools
+2
-1
| rvm: | ||
| - 1.9.2 | ||
| - 1.9.3 | ||
| - 2.0.0 | ||
| - 2.1.1 |
+3
-0
@@ -0,1 +1,4 @@ | ||
| ## 1.5.3 | ||
| * The player name is now escaped correctly in the URI (@jodyalbritton) | ||
| ## 1.5.2 | ||
@@ -2,0 +5,0 @@ * Added support for authentication token via `Plex.configure` |
@@ -136,3 +136,3 @@ module Plex | ||
| def player_url | ||
| url+"/system/players/#{name}" | ||
| URI.escape(url+"/system/players/#{name}") | ||
| end | ||
@@ -139,0 +139,0 @@ |
| module Plex | ||
| VERSION = "1.5.2" | ||
| VERSION = "1.5.3" | ||
| end |