Changeset 100
- Timestamp:
- 02/28/07 16:20:13 (2 years ago)
- Files:
-
- dmp/trunk/Bridge/Bridge.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dmp/trunk/Bridge/Bridge.cs
r99 r100 136 136 public Stream getSongStream(int id) 137 137 { 138 //int libraryId = this.db.getRemoteLibraryId(id);138 int libraryId = this.db.getRemoteLibraryId(id); 139 139 //int remoteSongId = this.db.getRemoteSongId(id); 140 140 long songSize = this.db.getRemoteSongSize(id);
