mirror of
https://github.com/sifacaii/VlcJellyfin
synced 2025-06-03 00:58:06 -04:00
优化详情页
This commit is contained in:
parent
ad1da52e44
commit
b831d6d317
@ -156,7 +156,9 @@ public class DetailActivity extends BaseActivity implements JAdapter.OnItemClick
|
||||
fillMovie(details);
|
||||
} else if (type.equals("Person")) {
|
||||
tvDetails.append("\n出生日期:" + Utils.UtcToLocal(details.getPremiereDate()) + "\n");
|
||||
tvDetails.append("出生地:" + String.join(",",details.getProductionLocations()));
|
||||
if(null != details.getProductionLocations()) {
|
||||
tvDetails.append("出生地:" + String.join(",", details.getProductionLocations()));
|
||||
}
|
||||
fillItemsByPerson(Id);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user