mirror of
https://github.com/sifacaii/VlcJellyfin
synced 2025-06-03 00:58:06 -04:00
添加jellyfin client
This commit is contained in:
parent
e9ce199952
commit
ca068ae05d
@ -153,7 +153,7 @@ public class DetailActivity extends BaseActivity implements JAdapter.OnItemClick
|
||||
JsonElement ProductionLocations = JfClient.jeFromGson(detailObj,"ProductionLocations");
|
||||
String PremiereDate = JfClient.strFromGson(detailObj,"PremiereDate");
|
||||
tvDetails.append("\n出生日期:" + Utils.UtcToLocal(PremiereDate)+"\n");
|
||||
tvDetails.append("出生地:" + (ProductionLocations == null ? "" : ProductionLocations.toString()));
|
||||
tvDetails.append("出生地:" + (ProductionLocations == null ? "" : ProductionLocations.getAsString()));
|
||||
fillItemsByPerson(Id);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user