getting closer to re-adding "add tracker" functionality

This commit is contained in:
Mitchell Livingston
2009-09-29 03:02:44 +00:00
parent 8296112fae
commit edefc9a10a
7 changed files with 55 additions and 50 deletions
+5
View File
@@ -54,6 +54,11 @@
return [NSString stringWithUTF8String: fStat.announce];
}
- (NSInteger) tier
{
return fStat.tier;
}
- (NSInteger) totalSeeders
{
return fStat.seederCount;