priority = dlItem.getPriority();
}
public FrostDownloadItem toFrostDownloadItem(final Logger logger) {
FrostFileListFileObject sharedFileObject = null;
if( fileListFileSha != null && fileListFileSha.length() > 0 ) {
sharedFileObject = FileListStorage.inst().getFileBySha(fileListFileSha);
if( sharedFileObject == null && key == null ) {
// no fileobject and no key -> we can't continue to download this file
logger.warning("Download items file list file object does not exist, and there is no key. " +