Changeset 252


Ignore:
Timestamp:
07/14/06 17:25:37 (18 years ago)
Author:
Nicholas Riley
Message:

Added Radio Paradise Listener Review Channel support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/StreamVision/StreamVision.py

    r235 r252  
    108108            url = iTunes.current_stream_URL.get()
    109109            if url:
    110                 if 'radioparadise.com' in url:
     110                if 'radioparadise.com' in url and 'review' not in url:
    111111                    url = radioParadiseURL()
    112112                NSWorkspace.sharedWorkspace().openURL_(NSURL.URLWithString_(url))
Note: See TracChangeset for help on using the changeset viewer.