| 557 | | public bool this[IPlaylist Playlist] |
| 558 | | { |
| 559 | | get { return Playlist.CanSetShuffle; } |
| 560 | | } |
| 561 | | } |
| 562 | | |
| 563 | | internal class CanSetSongRepeatPlaylistCollection : IIndexedCollection<IPlaylist, bool> |
| 564 | | { |
| 565 | | public bool this[IPlaylist Playlist] |
| 566 | | { |
| 567 | | get { return Playlist.CanSetSongRepeat; } |
| 568 | | } |
| | 559 | internal class CanSetShufflePlaylistCollection : IIndexedCollection<IPlaylist, bool> |
| | 560 | { |
| | 561 | public bool this[IPlaylist Playlist] |
| | 562 | { |
| | 563 | get { return Playlist.CanSetShuffle; } |
| | 564 | } |
| | 565 | } |
| | 566 | |
| | 567 | internal class CanSetSongRepeatPlaylistCollection : IIndexedCollection<IPlaylist, bool> |
| | 568 | { |
| | 569 | public bool this[IPlaylist Playlist] |
| | 570 | { |
| | 571 | get { return Playlist.CanSetSongRepeat; } |
| | 572 | } |
| | 573 | } |