Skip to content

Commit

Permalink
fixed typo in tv_index reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rckcrlr committed Dec 6, 2011
1 parent e2f55d7 commit 61318c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plex_library.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def all_shows
end

def all_ondeck
doc = xml_doc_for_path("/library/sections/#{@tv_index/onDeck")
doc = xml_doc_for_path("/library/sections/#{@tv_index}/onDeck")
ondeck_shows = []

doc.elements.each('MediaContainer/Video') do |ele|
Expand Down

0 comments on commit 61318c2

Please sign in to comment.