Method: Playlist#media_location
- Defined in:
- lib/playlist.rb
#media_location ⇒ String
A URI (or filename) to the location of the media Use this if the playlist is a single file
20 21 22 |
# File 'lib/playlist.rb', line 20 def media_location @media_location end |