mirror of
https://github.com/transmission/transmission
synced 2025-03-04 10:38:13 +00:00
if torrent name is unavailable, use hash
This commit is contained in:
parent
d83282329f
commit
5733f139fa
1 changed files with 1 additions and 1 deletions
|
@ -565,7 +565,7 @@ int trashDataFile(const char * filename)
|
|||
|
||||
- (NSString *) name
|
||||
{
|
||||
return fInfo->name != NULL ? [NSString stringWithUTF8String: fInfo->name] : @"";
|
||||
return fInfo->name != NULL ? [NSString stringWithUTF8String: fInfo->name] : fHashString;
|
||||
}
|
||||
|
||||
- (BOOL) isFolder
|
||||
|
|
Loading…
Add table
Reference in a new issue