Changeset 100

Show
Ignore:
Timestamp:
02/28/07 16:20:13 (2 years ago)
Author:
bfitzpa2
Message:

Fixed build.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dmp/trunk/Bridge/Bridge.cs

    r99 r100  
    136136        public Stream getSongStream(int id) 
    137137        { 
    138             //int libraryId = this.db.getRemoteLibraryId(id); 
     138            int libraryId = this.db.getRemoteLibraryId(id); 
    139139            //int remoteSongId = this.db.getRemoteSongId(id); 
    140140            long songSize = this.db.getRemoteSongSize(id);