Changeset 252 for trunk/StreamVision
- Timestamp:
- 07/14/06 17:25:37 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/StreamVision/StreamVision.py
r235 r252 108 108 url = iTunes.current_stream_URL.get() 109 109 if url: 110 if 'radioparadise.com' in url :110 if 'radioparadise.com' in url and 'review' not in url: 111 111 url = radioParadiseURL() 112 112 NSWorkspace.sharedWorkspace().openURL_(NSURL.URLWithString_(url))
Note:
See TracChangeset
for help on using the changeset viewer.