Normal
The first parameter of the GetActorDetails method is IMDBUrl which is a class including url. This is the class that the internal actor grabber uses to get actor details; using the url.URL and url.Title. Here's an example of what I am storing:[ATTACH=full]209466[/ATTACH]In this case the url seems to be a TMDBID.All I am doing is to store this information - what you chose when you did your first search on a movie - so that you can, optionally, avoid having to re-select the title if you don't want to change the source when doing a refresh. It makes refreshing your data much faster and needs only one click - which makes a massive difference when you are refreshing a lot of movies.I'm just not seeing the issue.
The first parameter of the GetActorDetails method is IMDBUrl which is a class including url. This is the class that the internal actor grabber uses to get actor details; using the url.URL and url.Title. Here's an example of what I am storing:
[ATTACH=full]209466[/ATTACH]
In this case the url seems to be a TMDBID.
All I am doing is to store this information - what you chose when you did your first search on a movie - so that you can, optionally, avoid having to re-select the title if you don't want to change the source when doing a refresh. It makes refreshing your data much faster and needs only one click - which makes a massive difference when you are refreshing a lot of movies.
I'm just not seeing the issue.