Fix for crash caused by uninitialized currentTrackInfo in onLiveEdgeSearchCompleted
Created by: waqarz
In a case when attempt to playback live content immediately as a live service starts, onLiveEdgeSearchCompleted is called before currentTrackInfo is initialized. A check here fixes this. Should not have any side effects as this method should not proceed uninitialized anyway.